summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-socks
AgeCommit message (Collapse)Author
2024-10-13python312Packages.python-socks: switch to pypa buildnatsukium
2024-10-13python312Packages.python-socks: add optional-dependenciesnatsukium
2024-10-13python3Packages.python-socks: 2.4.4 -> 2.5.2Martin Weinelt
https://github.com/romis2012/python-socks/releases/tag/v2.5.2
2024-07-29treewide: remove unused with statements from maintainer listsJörg Thalheim
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!'
2024-05-22python3Packages: format with nixfmtMartin Weinelt
2024-03-12python3Packages.python-socks: 2.4.3 -> 2.4.4Martin Weinelt
https://github.com/romis2012/python-socks/releases/tag/v2.4.4
2023-12-20python3Packages.python-socks: 2.4.2 -> 2.4.3Martin Weinelt
https://github.com/romis2012/python-socks/releases/tag/v2.4.3
2023-09-27python3Packages.python-socks: 2.1.1 -> 2.4.2Martin Weinelt
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-05python3Packages.python-socks: 2.0.3 -> 2.1.1Martin Weinelt
2022-08-24python3Packages.python-socks: Fix sandboxed build on DarwinAlex Wied
2022-02-20Merge pull request #159549 from fabaff/bump-python-socksFabian Affolter
python3Packages.python-socks: 2.0.2 -> 2.0.3
2022-02-18maintainers: remove mjlbachzowoq
2022-02-12python3Packages.python-socks: 2.0.2 -> 2.0.3Fabian Affolter
2022-01-23python3Packages.python-socks: 2.0.0 -> 2.0.2Jonathan Ringer
2021-11-30python3Packages.python-socks: 1.2.4 -> 2.0.0Fabian Affolter
2021-05-07pythonPackages.python-socks: init at 1.2.4Michael Lingelbach