summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-snappy
AgeCommit message (Collapse)Author
2024-10-13python3Packages.python-snappy: 0.7.1 -> 0.7.3Martin Weinelt
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-snappy: 0.6.1 -> 0.7.1Martin Weinelt
2023-07-18treewide: drop inactive maintainer costrouc from all python packagesSandro Jäckel
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
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.
2022-08-13treewide: migrate to pythonPackages.unittestCheckHookWinter
2022-03-14python3Packages.python-snappy: 0.6.0 -> 0.6.1Martin Weinelt
2021-02-05python-snappy: 0.5.4 -> 0.6.0Armijn Hemel
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2019-06-16treewide: remove unused variables (#63177)volth
* treewide: remove unused variables * making ofborg happy
2019-04-18python: python-snappy: 0.5.3 -> 0.5.4Frederik Rietdijk
2019-04-15treewide: update homepages to https where availableMatthew Bauer
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2019-02-24pythonPackages.python-snappy: init at 0.5.3Chris Ostrouchov