Commit graph

28 commits

Author SHA1 Message Date
Paul Meyer f150b74926 libdnf: 0.72.0 -> 0.73.0 2024-02-08 16:13:31 +01:00
Paul Meyer 4119ae605a libdnf: add katexochen as maintainer 2023-12-05 11:31:06 +01:00
Paul Meyer 77cdfc9f62 libdnf: enable python bindings 2023-12-05 11:31:06 +01:00
Paul Meyer a222ff94ba libdnf: add cppunit, reenable tests 2023-11-10 11:31:28 +01:00
R. Ryantm 10c309cb82 libdnf: 0.71.0 -> 0.72.0 2023-10-29 05:56:27 +00:00
R. Ryantm 0b36900606
libdnf: 0.70.2 -> 0.71.0 2023-10-09 18:12:24 +02:00
R. Ryantm 1832f0ac4b libdnf: 0.70.1 -> 0.70.2 2023-08-06 22:43:24 +00:00
Fabian Affolter fbc4f00626
libdnf: add changelog to meta
- equalize
2023-05-20 10:30:48 +02:00
R. Ryantm c80ee97f22 libdnf: 0.70.0 -> 0.70.1 2023-05-20 05:20:19 +00:00
R. Ryantm 87e424fb9c libdnf: 0.69.0 -> 0.70.0 2023-03-03 07:10:02 +00:00
Frederik Rietdijk 3086301ac4 Merge staging-next into staging 2022-09-12 19:49:24 +02:00
R. Ryantm d8bb664e1f libdnf: 0.68.0 -> 0.69.0 2022-09-09 22:44:25 +00:00
Alexander Shpilkin 722cacf9ec libdnf: fix path in pkg-config file 2022-09-07 21:49:31 +03:00
R. Ryantm 9184a68192 libdnf: 0.67.0 -> 0.68.0 2022-08-17 13:19:19 +00:00
R. Ryantm 212cc820c2 libdnf: 0.66.0 -> 0.67.0 2022-07-28 20:06:01 +00:00
R. Ryantm 898307e862 libdnf: 0.65.0 -> 0.66.0 2022-03-12 12:46:24 +00:00
R. Ryantm 4fd19f5675 libdnf: 0.63.1 -> 0.65.0 2021-12-20 19:48:40 +00:00
Marc Seeger 73414b570a libdnf: switch back to default stdenv. 2021-09-19 16:33:35 +00:00
Marc Seeger 512885dc70
libdnf: add zchunk support 2021-08-13 06:26:52 -07:00
R. RyanTM e36a8d534d libdnf: 0.63.0 -> 0.63.1 2021-06-21 07:18:13 +00:00
R. RyanTM 5e92bca2b9 libdnf: 0.62.0 -> 0.63.0 2021-06-16 13:08:09 +00:00
R. RyanTM f4491b28ae libdnf: 0.61.1 -> 0.62.0 2021-05-04 22:09:11 +00:00
Marc Seeger 91ba4016a0 libdnf: 0.60.0 -> 0.61.1 2021-04-27 10:47:35 -07:00
R. RyanTM bc23341c8b libdnf: 0.58.0 -> 0.60.0 2021-03-06 23:13:45 +01:00
Marc Seeger 5c9e89085a libdnf: 0.55.2 -> 0.58.0 2021-02-11 18:19:02 -08:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Marc Seeger dd5ffa7b94 libdnf: init at 0.55.2 2020-12-22 15:48:49 -08:00