<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/configparser, branch origin/python-unstable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable</id>
<link rel='self' href='http://cgit.wugi.info/nixos/nixpkgs/atom?h=origin%2Fpython-unstable'/>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/'/>
<updated>2021-12-01T02:48:39Z</updated>
<entry>
<title>python3Packages.configparser: 5.0.2 -&gt; 5.1.0</title>
<updated>2021-12-01T02:48:39Z</updated>
<author>
<name>Jonathan Ringer</name>
<email>jonringer117@gmail.com</email>
</author>
<published>2021-11-25T22:46:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=038def5b1ee813f31ec645b22004f1307a581b54'/>
<id>urn:sha1:038def5b1ee813f31ec645b22004f1307a581b54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages: provide setuptools-scm with toml[i] by default and remove duplicated toml packages</title>
<updated>2021-09-01T19:23:19Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2021-08-27T00:25:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=2016ebd1fd0074865ef63623ed97821ebf2f36a1'/>
<id>urn:sha1:2016ebd1fd0074865ef63623ed97821ebf2f36a1</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>treewide: setuptools_scm -&gt; setuptools-scm</title>
<updated>2021-06-03T10:44:33Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2021-06-03T10:09:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc'/>
<id>urn:sha1:89d5f4b3d09f86ffe9d9335c37d1f7e2dccaa5dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.configparser: 5.0.1 -&gt; 5.0.2</title>
<updated>2021-04-03T15:48:28Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2021-03-24T09:28:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4190b57d7f72eeeb3e76a4679af2a37fc723b5ad'/>
<id>urn:sha1:4190b57d7f72eeeb3e76a4679af2a37fc723b5ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: with stdenv.lib; in meta -&gt; with lib;</title>
<updated>2021-01-11T09:38:22Z</updated>
<author>
<name>Profpatsch</name>
<email>mail@profpatsch.de</email>
</author>
<published>2021-01-11T07:54:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=4a7f99d55d299453a9c2397f90b33d1120669775'/>
<id>urn:sha1:4a7f99d55d299453a9c2397f90b33d1120669775</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>python3Packages.configparser: 5.0.0 -&gt; 5.0.1</title>
<updated>2020-11-05T23:46:57Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-10-25T09:06:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8841dd8a2868bd83c74d415950b36a4012f81b0c'/>
<id>urn:sha1:8841dd8a2868bd83c74d415950b36a4012f81b0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: editorconfig fixes</title>
<updated>2020-08-27T19:51:02Z</updated>
<author>
<name>zowoq</name>
<email>59103226+zowoq@users.noreply.github.com</email>
</author>
<published>2020-08-25T02:07:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0cff30bb44063c627dd033ccca8155ace853d4d9'/>
<id>urn:sha1:0cff30bb44063c627dd033ccca8155ace853d4d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3.pkgs.configparser: fix build</title>
<updated>2020-06-11T08:00:25Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-07T08:16:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1ed7eb71b7bd4fc2b29bb610de167c8376ed8be0'/>
<id>urn:sha1:1ed7eb71b7bd4fc2b29bb610de167c8376ed8be0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python2.pkgs.configparser: keep at 4.0.2 for python 2</title>
<updated>2020-06-11T08:00:25Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-07T08:02:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=9dfb5e415515b1ddc438fc60e966612bd228be59'/>
<id>urn:sha1:9dfb5e415515b1ddc438fc60e966612bd228be59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: configparser: 4.0.2 -&gt; 5.0.0</title>
<updated>2020-06-11T07:59:55Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2020-06-06T06:47:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=0026092213b837bbefeb5cb3ccb46c975ca79284'/>
<id>urn:sha1:0026092213b837bbefeb5cb3ccb46c975ca79284</id>
<content type='text'>
</content>
</entry>
</feed>
