Commit Graph
11851 Commits
Author SHA1 Message Date
Frederik Rietdijk 959d1a4424 python2Packages.singledispatch: python 2 only 2021-04-03 17:56:14 +02:00
Frederik Rietdijk 24896293e4 python2Packages.scandir: python 2 only 2021-04-03 17:56:11 +02:00
Frederik Rietdijk 3904d4d477 python2Packages.typing: we no longer need it for Python 3 2021-04-03 17:49:55 +02:00
Frederik Rietdijk 1e89d4cccd pythonPackages: move python 2 only expressions to python2-packages.nix 2021-04-03 17:49:45 +02:00
Frederik Rietdijk a81f999437 pythonPackages: inherit stdenv as well 2021-04-03 17:49:43 +02:00
Frederik Rietdijk 187d0371ab python2Packages: move python 2 calls into python2-packages.nix 2021-04-03 17:49:42 +02:00
Frederik Rietdijk 3955326221 python2Packages.pytestrunner: keep 5.2 2021-04-03 17:49:42 +02:00
Frederik Rietdijk 516a7f72a8 python2Packages.chardet: keep 3.0.4 2021-04-03 17:49:42 +02:00
Frederik Rietdijk 91516e5e39 python2Packages.idna: keep 2.10 2021-04-03 17:49:42 +02:00
Frederik Rietdijk 90d59427ed python2Packages.setuptools-scm: keep 5.0.2 2021-04-03 17:49:42 +02:00
Frederik Rietdijk dc2638276b Revert "Merge pull request #117886 from risicle/ris-pygments-tests"
This is a pattern that should be avoided. So far hypothesis is the only
package using it if I am correct, let's not add more. Instead, we should solve the underlying issue.
That is, we build, install and test within one derivation. That we should split up.
Doing this more will only result in trouble.

This reverts commit 49e0bbb333, reversing
changes made to 2f2a55496a.
2021-04-03 17:45:02 +02:00
Robert Schütz 5e8ff7b3b9 pythonPackages.pyturbojpeg: init at 1.4.1 2021-04-03 15:55:04 +02:00
github-actions[bot] 74200a7126 Merge master into staging-next 2021-04-03 00:14:57 +00:00
Sandro 61dcc73c91 Merge pull request #114579 from fabaff/bump-awair 2021-04-02 21:54:31 +02:00
github-actions[bot] b3a0328b7f Merge master into staging-next 2021-04-02 18:14:54 +00:00
Sandro 5a41d751ae Merge pull request #104919 from gravndal/git-annex-remote-googledrive 2021-04-02 17:28:35 +02:00
Fabian Affolter 011f0b7897 python3Packages.pymemcache: init at 3.4.0 2021-04-02 12:29:53 +02:00
Gaute Ravndal f1e9be8dc0 python3Packages.drivelib: init at 0.3.0 2021-04-01 23:05:28 +02:00
Gaute Ravndal 59318f5570 python3Packages.expiringdict: init at 1.2.1 2021-04-01 23:05:08 +02:00
github-actions[bot] 78b864aeee Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Robert Schütz 8324a3df39 Merge pull request #117782 from dotlambda/spotdl-init
spotdl: init at 3.5.0
2021-04-01 18:17:25 +02:00
github-actions[bot] b152812791 Merge staging-next into staging 2021-04-01 00:15:44 +00:00
Sandro 59d78cf030 Merge pull request #117984 from fabaff/wapiti 2021-04-01 01:35:08 +02:00
Fabian Affolter 5481589204 Merge pull request #113708 from fabaff/freebox-api
python3Packages.freebox-api: init at 0.0.9
2021-04-01 01:15:29 +02:00
Sandro c6db6ad3b2 Merge pull request #118142 from fabaff/xcat 2021-03-31 23:30:31 +02:00
Fabian Affolter 1f1981a743 python3Packages.xpath-expressions: init at 1.1.0 2021-03-31 20:12:48 +02:00
Fabian Affolter 2a74bb07be python3Packages.yaswfp: init at unstable-20210331 2021-03-31 12:12:38 +02:00
github-actions[bot] a2ada5b26f Merge staging-next into staging 2021-03-31 06:05:45 +00:00
github-actions[bot] e880daefc6 Merge master into staging-next 2021-03-31 06:05:41 +00:00
Fabian Affolter 40a8901d20 python3Packages.pytenable: init at 1.2.8 2021-03-30 17:35:59 -07:00
Fabian Affolter 568d8e5534 python3Packages.requests-pkcs12: init at 1.9 2021-03-30 17:35:59 -07:00
Fabian Affolter 96a04108e0 python3Packages.python-box: init at 5.3.0 2021-03-30 17:35:59 -07:00
github-actions[bot] 01b3d1558f Merge staging-next into staging 2021-03-30 18:15:09 +00:00
github-actions[bot] f555f95ed8 Merge master into staging-next 2021-03-30 18:15:05 +00:00
Sandro 36a4bbd3b9 Merge pull request #117887 from sikmir/pyosmium
python3Packages.pyosmium: 3.1.0 → 3.1.3
2021-03-30 17:18:40 +02:00
Nikolay Korotkiy f525c90794 python3Packages.pyosmium: 3.1.0 → 3.1.3 2021-03-30 13:29:32 +03:00
github-actions[bot] f6643ed3a6 Merge staging-next into staging 2021-03-29 18:13:18 +00:00
github-actions[bot] f7049b343c Merge master into staging-next 2021-03-29 18:13:15 +00:00
Doron Behar c2b66f2702 Merge pull request #98734 from ju1m/zerobin 2021-03-29 17:18:29 +00:00
Sandro 49e0bbb333 Merge pull request #117886 from risicle/ris-pygments-tests 2021-03-29 11:58:10 +02:00
github-actions[bot] f311dede4c Merge staging-next into staging 2021-03-29 00:15:53 +00:00
github-actions[bot] d495e7527f Merge master into staging-next 2021-03-29 00:15:48 +00:00
Ben SiraphobandSandro 83f0eb535c python3Packages.labmath: init at 1.2.0 (#117882)
* python3Packages.labmath: init at 1.2.0

* Update pkgs/development/python-modules/labmath/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-28 22:43:10 +02:00
AndersonTorres 1a56d59c6c pythonPackages.localimport: init at 1.7.3 2021-03-28 16:39:25 -03:00
Robert Schütz 57497a9a41 python3Packages.rapidfuzz: init at 1.3.3 2021-03-28 16:53:31 +02:00
Robert Schütz f8d6e28f7d python3Packages.pytube: init at 10.6.1 2021-03-28 16:53:23 +02:00
Robert Scott ac6e4a1287 python3Packages.pygments: enable tests
this requires a similar trick as used by hypothesis to get around pytest
circular dependency
2021-03-28 14:32:18 +01:00
David Reiss 791fc803c7 python3Packages.exif: init at 1.2.0 2021-03-26 14:08:55 -07:00
David Reiss 7799d689ab python3Packages.plum-py: init at 0.4.0 2021-03-26 14:08:46 -07:00
Jan Tojnar b3c854b60b Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00