Commit Graph

3004 Commits

Author SHA1 Message Date
Jörg Thalheim
3eccda7f1a
Merge pull request #275905 from szlend/fix-harmonia-darwin
harmonia: fix build on darwin
2023-12-22 12:56:43 +01:00
OTABI Tomoya
2b4743ca93
Merge pull request #275764 from r-ryantm/auto-update/nfpm
nfpm: 2.34.0 -> 2.35.0
2023-12-22 09:32:20 +09:00
Simon Žlender
6b3932ed4a harmonia: fix build on darwin 2023-12-21 22:56:44 +01:00
R. Ryantm
a1c1689412 nfpm: 2.34.0 -> 2.35.0 2023-12-21 03:01:02 +00:00
Jörg Thalheim
37fb10aa71 harmonia: 0.7.3 -> 0.7.4 2023-12-20 09:31:57 +01:00
Jörg Thalheim
fa5e0f2ed0
Merge pull request #274904 from r-ryantm/auto-update/nix-eval-jobs
nix-eval-jobs: 2.19.0 -> 2.19.2
2023-12-19 13:06:49 +01:00
Jörg Thalheim
fcd0ecfa5d nix-eval-jobs: 2.19.3 -> 2.19.4
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.19.3...v2.19.4
2023-12-18 09:50:31 +01:00
Nick Cao
132329e90c
Merge pull request #274802 from chewblacka/update-apx
apx: 2.0.0 -> 2.1.0
2023-12-17 09:38:00 -05:00
Jörg Thalheim
998b97dcce nix-eval-jobs: 2.19.2 -> 2.19.3
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.19.2...v2.19.3
2023-12-17 12:30:51 +01:00
R. Ryantm
1490314869 nix-eval-jobs: 2.19.0 -> 2.19.2 2023-12-17 06:26:16 +00:00
John Garcia
edaf52061c apx: 2.0.0 -> 2.1.0 2023-12-16 19:24:53 +00:00
John Ericson
ab8cf01579 rapidcheck: Use stock installation, multiple outputs
We had neglected to nice `RC_INSTALL_ALL_EXTRAS`, which will take care
of installing the "extras" for us.

Now that they are in a standard directory, we don't need to smuggle in
the extra `-I` for Nix's tests either.
2023-12-14 16:55:02 -05:00
Florian Klink
96c1f0e798 python3.pkgs.reuse: make a python library
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12

This change allows composing a python with `reuse` in `PYTHONPATH`:

```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```

vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Pierre Bourdon
04c5ceb3f5
Merge pull request #272926 from katexochen/dnf5/5-1-9
dnf5: 5.1.8 -> 5.1.9
2023-12-10 22:16:31 +01:00
Jörg Thalheim
1f8d62a699 nix-eval-jobs: 2.18.0 -> 2.19.0
Diff: https://github.com/nix-community/nix-eval-jobs/compare/v2.18.0...v2.19.0
2023-12-10 12:04:27 +01:00
Paul Meyer
c4090e6d19 dnf5: 5.1.8 -> 5.1.9 2023-12-08 15:39:54 +01:00
klchen0112
bbcc95ec1c micromamba: 1.5.3 -> 1.5.4 2023-12-06 20:57:03 +08:00
Peder Bergebakken Sundt
7cb7b7f98d
Merge pull request #266635 from katexochen/dnf4-init
dnf4: init at 4.18.1
2023-12-05 17:55:57 +01:00
Paul Meyer
1d845b40d4 libcomps: init at 0.1.20 2023-12-05 11:31:07 +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
K900
fd4f3f753f
Merge pull request #271054 from lf-/jade/update-nix-doc
nix-doc: 0.6.2 -> 0.6.4
2023-12-05 10:50:27 +03:00
Jade Lovelace
8397b95db8 nix-doc: 0.6.2 -> 0.6.4
This fixes #270484, which is an issue caused by the tags file not being
sorted by all the fields, creating a race condition where sometimes the
test suite could spuriously fail due to differently ordered output.

Also fixes mystery build failures on darwin.

See also: https://github.com/lf-/nix-doc/issues/24
2023-12-03 15:39:16 -08:00
Sandro Jäckel
ca9b6bc0a7 nixVersions.nix_2_19: 2.19.1 -> 2.19.2 2023-12-01 13:10:32 +00:00
Sandro Jäckel
709a9f6f06 nixVersions.unstable: 2.18 -> 2.19 2023-12-01 13:10:32 +00:00
Sandro Jäckel
3773ebf41a nixVersions.nix_2_19: init at 2.19.1 2023-12-01 13:10:32 +00:00
Robert Schütz
5e93ac2367 auditwheel: move to python3Packages
Otherwise python310.pkgs.playwright fails to build because it uses
auditwheel for Python 3.11.
2023-11-30 08:34:55 -08:00
Robert Schütz
fe672501a6
Merge pull request #269799 from dotlambda/poetry-1.7.1
poetry: 1.7.0 -> 1.7.1
2023-11-28 22:48:31 -08:00
Emily Trau
50dce93562
Merge pull request #269642 from chewblacka/update-remnote
remnote: 1.12.64 -> 1.13.0
2023-11-29 16:45:39 +11:00
Paul Meyer
f9abf15185 dnf5: tag was moved, fix hash 2023-11-28 16:23:03 +01:00
John Garcia
d91e9ecd5b maintainers: rename jgarcia to chewblacka 2023-11-27 17:38:13 +00:00
Silvan Mosberger
d4010ce990
Merge pull request #270377 from trofi/nixVersions.unstable-fix-patch-name
nixVersions.unstable: fix patch name related to rapidcheck shared lib…
2023-11-27 15:57:41 +01:00
Nick Cao
e88b17c895
Merge pull request #270288 from r-ryantm/auto-update/pdm
pdm: 2.10.3 -> 2.10.4
2023-11-27 09:43:42 -05:00
Sergei Trofimovich
79d09979cf nixVersions.unstable: fix patch name related to rapidcheck shared library 2023-11-27 08:42:34 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
abf1e2710d pdm: 2.10.3 -> 2.10.4 2023-11-26 22:32:27 +00:00
Pierre Bourdon
bcbf8ac86a
Merge pull request #269512 from katexochen/dnf5/5-1-8
dnf5: 5.1.7 -> 5.1.8, re-enable tests, add man pages
2023-11-26 15:07:03 +01:00
Silvan Mosberger
6909e461de
Merge pull request #269328 from anthonyroussel/bugfix/disnix-web-service
DisnixWebService: fix build for Axis2 1.8.1
2023-11-25 13:38:53 +01:00
Robert Schütz
5427e0b5b3 poetryPlugins.poetry-plugin-up: 0.7.0 -> 0.7.1
Diff: https://github.com/MousaZeidBaker/poetry-plugin-up/compare/refs/tags/0.7.0...0.7.1

Changelog: https://github.com/MousaZeidBaker/poetry-plugin-up/releases/tag/0.7.1
2023-11-24 22:12:00 -08:00
Robert Schütz
334cf93916 poetry: 1.7.0 -> 1.7.1
Diff: https://github.com/python-poetry/poetry/compare/refs/tags/1.7.0...1.7.1

Changelog: https://github.com/python-poetry/poetry/blob/refs/tags/1.7.1/CHANGELOG.md
2023-11-24 22:11:50 -08:00
Artturi
8f45e496da
Merge pull request #268572 from katexochen/rpm/broken-darwin-dependants 2023-11-24 22:30:36 +02:00
Paul Meyer
7e2206c297 rpm: declare darwin as badPlatform 2023-11-24 13:34:39 +01:00
Paul Meyer
6dc8cbd7a3 dnf5: add version test 2023-11-24 08:00:39 +01:00
Paul Meyer
8c803cf496 dnf5: add man pages 2023-11-23 23:30:02 +01:00
Paul Meyer
990e21fdaf dnf5: re-enable tests 2023-11-23 23:29:58 +01:00
Paul Meyer
0890159e5c dnf5: 5.1.7 -> 5.1.8
Adding `libyaml`, as the following output was observed:

dnf5> -- Checking for module 'modulemd-2.0>=2.11.2'
dnf5> --   Found modulemd-2.0, version 2.15.0
dnf5> Package yaml-0.1 was not found in the pkg-config search path.
dnf5> Perhaps you should add the directory containing `yaml-0.1.pc'
dnf5> to the PKG_CONFIG_PATH environment variable
dnf5> Package 'yaml-0.1', required by 'modulemd-2.0', not found
2023-11-23 20:12:05 +01:00
Anthony Roussel
77586e5cf6
DisnixWebService: add meta.{changelog,homepage} 2023-11-23 00:14:16 +01:00
Anthony Roussel
05d8b88821
DisnixWebService: fix build for Axis2 1.8.1
See upstream fix: https://github.com/svanderburg/DisnixWebService/pull/2
2023-11-23 00:13:26 +01:00
Anderson Torres
18c71e751b apt: adopt and refactor
- finalAttrs design pattern
- split outputs
- remove nested with
2023-11-22 16:09:50 -03:00
John Ericson
d30dd73a59
Merge pull request #269064 from obsidiansystems/rapidcheck-shared
rapidcheck: Build shared/static following defaults
2023-11-22 09:52:03 -05:00