3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

431331 commits

Author SHA1 Message Date
Alexandre Acebedo 562a9b807d youtube-music: fix trayicon and source provenance 2022-12-01 21:15:46 +01:00
Ryan Lahfa 5d87a1b9b8
Merge pull request #195735 from hax404/tayga_init
nixos/tayga: init
2022-12-01 21:14:50 +01:00
Bernardo Meurer 831b9b4c36
Merge pull request #203818 from qowoz/nix 2022-12-01 15:01:50 -05:00
Raphael Robatsch a4892c6840 jfmt: 1.2.0 -> 1.2.1
Changelog: https://github.com/scruffystuffs/jfmt.rs/blob/v1.2.1/CHANGELOG.md
2022-12-01 20:48:14 +01:00
Fabian Affolter e84520c228
Merge pull request #203973 from r-ryantm/auto-update/python310Packages.pyomo
python310Packages.pyomo: 6.4.2 -> 6.4.3
2022-12-01 20:04:08 +01:00
Fabian Affolter 89a353ccd2
Merge pull request #203890 from r-ryantm/auto-update/python310Packages.pip-tools
python310Packages.pip-tools: 6.8.0 -> 6.11.0
2022-12-01 19:35:23 +01:00
Fabian Affolter 65aa90ebaf
Merge pull request #203960 from fabaff/scmrepo-bump
python310Packages.scmrepo: 0.1.3 -> 0.1.4
2022-12-01 19:34:17 +01:00
Fabian Affolter 2169e9c32a
Merge pull request #203961 from fabaff/teslajsonpy-bump
python310Packages.teslajsonpy: 3.2.2 -> 3.3.0
2022-12-01 19:34:01 +01:00
Fabian Affolter 1428b61f61
Merge pull request #203928 from r-ryantm/auto-update/python310Packages.pyface
python310Packages.pyface: 7.4.2 -> 7.4.3
2022-12-01 19:31:50 +01:00
Fabian Affolter e310d194d6
Merge pull request #203955 from fabaff/neo4j-bump
python310Packages.neo4j: 5.2.1 -> 5.3.0
2022-12-01 19:30:52 +01:00
Fabian Affolter 067d0d4f17 python310Packages.pyodbc: add changelog to meta 2022-12-01 19:30:41 +01:00
R. Ryantm ca271f2988 python310Packages.pyodbc: 4.0.34 -> 4.0.35 2022-12-01 19:30:41 +01:00
Theodore Ni c35afb9aeb
python310Packages.weakrefmethod: remove
This package is only needed by Python 2. Due to its low usage within
nixpkgs, I feel that it can be maintained out of tree if necessary.

As a benefit, this remove one more dependency on unittest2, which is
unmaintained by upstream, and which we would like to remove.
2022-12-01 10:24:10 -08:00
Theodore Ni 821c943d1b
python310Packages.signalslot: remove weakrefmethod
This is not needed by the package when on Python >= 3.4.

Also add a dependency on pytest-xdist as it's asked for by the package,
and it removes some warnings when running tests due to pytest reporting
on unknown configuration options consumed by pytest-xdist.
2022-12-01 10:21:14 -08:00
Michal Sojka e35603d8b2 fastddsgen: upgrade to openjdk17
This prevents build dependency on Python 2.7 (see #201859).

Upstream recommends using openjdk8 or 11, but my tests show that using
openjdk17 works well.
2022-12-01 19:20:39 +01:00
R. RyanTM 6edf855c1a
buildkite-agent: 3.40.0 -> 3.41.0 (#203803) 2022-12-01 19:14:09 +01:00
Fabian Affolter aacfe97e55
python310Packages.pyomo: add changelog to meta 2022-12-01 19:05:25 +01:00
R. Ryantm ab3035c461 python310Packages.pyomo: 6.4.2 -> 6.4.3 2022-12-01 17:57:55 +00:00
Martin Weinelt 4c5c40f176
Merge pull request #203967 from r-ryantm/auto-update/python310Packages.pyoctoprintapi
python310Packages.pyoctoprintapi: 0.1.9 -> 0.1.10
2022-12-01 18:56:24 +01:00
Fabian Affolter fcdc8aee87
python310Packages.pyface: add changelog to meta 2022-12-01 18:55:31 +01:00
Fabian Affolter 19d259eddb
Merge pull request #203912 from r-ryantm/auto-update/python310Packages.pycfdns
python310Packages.pycfdns: 2.0.0 -> 2.0.1
2022-12-01 18:52:10 +01:00
Fabian Affolter abc0cf6076
python310Packages.pyoctoprintapi: add changelog to meta 2022-12-01 18:50:30 +01:00
7c6f434c 291315ced9
Merge pull request #203941 from nagy/blobby
blobby: repair
2022-12-01 17:49:29 +00:00
R. Ryantm 094532b619 python310Packages.pyoctoprintapi: 0.1.9 -> 0.1.10 2022-12-01 17:43:08 +00:00
figsoda d2c12ae036
Merge pull request #203945 from asimpson/master
mpd: 0.23.9 -> 0.23.11
2022-12-01 12:14:28 -05:00
Fabian Affolter cd73eb0b88 python310Packages.teslajsonpy: 3.2.2 -> 3.3.0
Changelog: https://github.com/zabuldon/teslajsonpy/releases/tag/v3.3.0
2022-12-01 18:05:23 +01:00
Fabian Affolter eacec3f905 python310Packages.scmrepo: 0.1.3 -> 0.1.4
Changelog: https://github.com/iterative/scmrepo/releases/tag/0.1.4
2022-12-01 18:01:38 +01:00
Thiago Kenji Okada d57353e122 openjdk14: disable JavaFX by default
Since openjfk11 depends on python2 (EOL).
2022-12-01 16:53:25 +00:00
Thiago Kenji Okada f24ea1f792 openjdk13: disable JavaFX by default
Since openjfk11 depends on python2 (EOL).
2022-12-01 16:53:08 +00:00
Thiago Kenji Okada 76f20f79c6 openjdk12: disable JavaFX by default
Since openjfk11 depends on python2 (EOL).
2022-12-01 16:52:53 +00:00
Thiago Kenji Okada 94491ad9fc openjdk11: disable JavaFX by default
Since openjfk11 depends on python2 (EOL).
2022-12-01 16:52:14 +00:00
kilianar b92b329d25 papirus-icon-theme: 20221101 -> 20221201
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/releases/tag/20221201
2022-12-01 17:51:39 +01:00
Thiago Kenji Okada 2eb33a05a0
Merge pull request #203944 from AtilaSaraiva/vkcapture
obs-vkcapture: 1.2.1 -> 1.2.2
2022-12-01 16:51:32 +00:00
Fabian Affolter 87adfff3cf python310Packages.scmrepo: add changelog to meta 2022-12-01 17:39:28 +01:00
Felix Buehler 6de9ec5969 nixos/octoprint: add openFirewall option 2022-12-01 17:38:08 +01:00
Ryan Lahfa 40b71c3e93
nixos/redmine: add missing lib.mdDoc (#203952) 2022-12-01 17:37:16 +01:00
Jeff Slight 1f244f1625
gitlab: 15.6.0 -> 15.6.1 (#203868)
* gitlab: 15.6.0 -> 15.6.1

* remove attr_encrypted gem
2022-12-01 17:31:25 +01:00
figsoda 5195ca2346
Merge pull request #203826 from figsoda/lint
nixos/*: apply some lints from statix and nil
2022-12-01 11:20:11 -05:00
Fabian Affolter 7df62d0fe6 python310Packages.neo4j: 5.2.1 -> 5.3.0
Changelog: https://github.com/neo4j/neo4j-python-driver/releases/tag/5.3.0
2022-12-01 17:18:57 +01:00
Jade Lovelace 6065d768e1 sapling: fix on macOS
There were two factors here: our cargo hook was messing up the cargo
config, which broke the build, and also an upstream bug where Sapling
didn't work on Python 3.10.

The upstream issue was filed as https://github.com/facebook/sapling/issues/279

We can get rid of the python 3.8 override as soon as this patch gets
into a released version.
2022-12-01 10:12:43 -06:00
Ryan Lahfa eefa1a94a9
Merge pull request #203668 from LeSuisse/postgresql_jdbc-42.5.1
postgresql_jdbc: 42.5.0 -> 42.5.1
2022-12-01 17:06:47 +01:00
figsoda d542f05081
Merge pull request #203940 from portothree/master
mantainers: update portothree email
2022-12-01 11:04:32 -05:00
Fabian Affolter 49c247fe59 python310Packages.neo4j: add changelog to meta 2022-12-01 16:56:43 +01:00
AtilaSaraiva 7f4559c57c obs-vkcapture: 1.2.1 -> 1.2.2 2022-12-01 08:50:09 -07:00
Daniel Nagy fd962eab8e
volctl: 0.8.2 -> 0.9.2 2022-12-01 16:45:00 +01:00
Adam Simpson a4952c81d7
mpd: 0.23.9 -> 0.23.11 2022-12-01 10:43:25 -05:00
Daniel Nagy b2996de2a7
blobby: repair 2022-12-01 16:35:59 +01:00
Gustavo Porto bd2f80eaf9 mantainers: update portothree email 2022-12-01 15:35:00 +00:00
Ryan Lahfa 3dc19ce82d
Merge pull request #202830 from r-ryantm/auto-update/dolibarr
dolibarr: 16.0.1 -> 16.0.3
2022-12-01 16:30:36 +01:00
7c6f434c b0f55fa308
Merge pull request #203731 from nagy/visidata
visidata: 2.9.1 -> 2.10.2
2022-12-01 15:26:05 +00:00