about summary refs log tree commit diff
path: root/pkgs/development/python-modules/uncompyle6
AgeCommit message (Collapse)AuthorFilesLines
2021-11-01python3Packages.uncompyle6: 3.7.4 -> 3.8.0Ryan Burns1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-12-01python3Packages.uncompyle6: disable for python3.9Jonathan Ringer1-0/+2
See: https://github.com/rocky/python-uncompyle6/issues/331
2020-10-16python37Packages.uncompyle6: 3.7.3 -> 3.7.4R. RyanTM1-2/+2
2020-08-04python: uncompyle6: 3.7.0 -> 3.7.3Frederik Rietdijk1-2/+2
2020-06-11python: uncompyle6: 3.6.7 -> 3.7.0Frederik Rietdijk1-2/+2
2020-05-11python3Packages.uncompyle6: 3.6.2 -> 3.6.7Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-07python37Packages.uncompyle6: 3.6.1 -> 3.6.2Mario Rodas1-2/+2
2019-12-30python: uncompyle6: 3.6.0 -> 3.6.1Frederik Rietdijk1-2/+2
2019-12-30python: uncompyle6: 3.5.1 -> 3.6.0Frederik Rietdijk1-2/+2
2019-11-22python: uncompyle6: 3.5.0 -> 3.5.1Frederik Rietdijk1-2/+2
2019-10-27python: uncompyle6: 3.4.1 -> 3.5.0Frederik Rietdijk1-2/+2
2019-10-18python: uncompyle6: 3.4.0 -> 3.4.1Frederik Rietdijk1-2/+2
2019-09-28python37Packages.uncompyle6: 3.3.3 -> 3.4.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-uncompyle6/versions
2019-06-15python: uncompyle6: 3.3.2 -> 3.3.3Frederik Rietdijk1-2/+2
2019-05-14pythonPackages.uncompyle6: 3.2.6 -> 3.3.2Renaud1-4/+5
Changes: https://github.com/rocky/python-uncompyle6/blob/release-python-3.3.2/NEWS.md
2019-04-18python: uncompyle6: 3.2.5 -> 3.2.6Frederik Rietdijk1-2/+2
2019-01-16python37Packages.uncompyle6: 3.2.4 -> 3.2.5 (#54064)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-uncompyle6/versions
2018-11-16Reflect license changes in xdis, uncompyle6 metadataCharles Duffy1-1/+1
2018-11-08python36Packages.uncompyle6: 3.2.3 -> 3.2.4R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-uncompyle6/versions
2018-10-26pythonPackages.uncompyle6: 2.8.3 -> 3.2.3Chris Ostrouchov1-2/+13
2018-10-18pythonPackages.uncompyle6: refactor move to python-modulesChris Ostrouchov1-0/+25