about summary refs log tree commit diff
path: root/pkgs/development/python-modules/configparser
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16python2.pkgs: move expressions into python2-modules/ folderFrederik Rietdijk1-26/+0
Another step in further separating python2 from python3.
2021-12-14python3Packages.configparser: 5.1.0 -> 5.2.0Jonathan Ringer1-2/+2
2021-11-30python3Packages.configparser: 5.0.2 -> 5.1.0Jonathan Ringer1-2/+2
2021-09-01python3Packages: provide setuptools-scm with toml[i] by default and remove ↵Sandro Jäckel1-4/+2
duplicated toml packages Some packages seem to still require toml despite setuptools-scm having switched to tomli. If it is missing the version number in dist.into is set to 0.0.0 and silently all version pins break.
2021-06-03treewide: setuptools_scm -> setuptools-scmSandro Jäckel2-4/+4
2021-04-03python3Packages.configparser: 5.0.1 -> 5.0.2Frederik Rietdijk1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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-11-05python3Packages.configparser: 5.0.0 -> 5.0.1Frederik Rietdijk1-2/+2
2020-08-27python: editorconfig fixeszowoq1-1/+1
2020-06-11python3.pkgs.configparser: fix buildFrederik Rietdijk1-2/+4
2020-06-11python2.pkgs.configparser: keep at 4.0.2 for python 2Frederik Rietdijk1-0/+26
2020-06-11python: configparser: 4.0.2 -> 5.0.0Frederik Rietdijk1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-10-27python: configparser: 3.7.5 -> 4.0.2Frederik Rietdijk1-3/+5
2019-10-18python: configparser: 3.7.4 -> 3.7.5Frederik Rietdijk1-2/+2
2019-05-04[treewide] delete unused patchesc0bw3b1-42/+0
2019-04-18python: configparser: 3.7.3 -> 3.7.4Frederik Rietdijk1-2/+2
2019-02-23python: configparser: 3.7.1 -> 3.7.3Frederik Rietdijk1-2/+2
2019-02-22python.pkgs.configparser: fix darwin regressionFrederik Rietdijk1-1/+1
We can use C.UTF-8 on Linux but not yet on Darwin.
2019-02-17python: configparser: 3.5.0 -> 3.7.1Frederik Rietdijk1-7/+8
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-05python.pkgs.configparser: build with all Python versionsFrederik Rietdijk1-1/+0
I think the disabled condition was accidentally modified in ecc939eb194b49f86707c8a215b60968f9b8a335 configparser is a backport of 3.2 functionality. While it is only intended for Python < 3.2, it works fine with other versions. Even with pypy, nowadays.
2018-04-04pythonPackages.configparser: Move to own fileElis Hirwing1-0/+24
2017-03-14pythonPackages.configparser: fix with namespace packagesFrederik Rietdijk1-0/+42