<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/dateutil, 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-07-25T08:22:50Z</updated>
<entry>
<title>pythonPackages.python-dateutil: 2.8.1 -&gt; 2.8.2</title>
<updated>2021-07-25T08:22:50Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-07-24T16:23:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=8dfa2b2ef165901ca8da8bbacb16ac15320a6675'/>
<id>urn:sha1:8dfa2b2ef165901ca8da8bbacb16ac15320a6675</id>
<content type='text'>
https://github.com/dateutil/dateutil/releases/tag/2.8.2
</content>
</entry>
<entry>
<title>pythonPackages.python-dateutil: modernize expression</title>
<updated>2021-03-17T21:44:31Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-03-17T18:58:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=928aeb268681fa4fd4837d48a189865373209a0e'/>
<id>urn:sha1:928aeb268681fa4fd4837d48a189865373209a0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: remove stdenv where not needed</title>
<updated>2021-01-25T17:31:47Z</updated>
<author>
<name>Pavol Rusnak</name>
<email>pavol@rusnak.io</email>
</author>
<published>2021-01-25T08:26:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a6ce00c50c36624fec06b2b756a766d4d0f4a888'/>
<id>urn:sha1:a6ce00c50c36624fec06b2b756a766d4d0f4a888</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>treewide: Per RFC45, remove all unquoted URLs</title>
<updated>2020-04-10T16:54:53Z</updated>
<author>
<name>Michael Reilly</name>
<email>OmnipotentEntity@gmail.com</email>
</author>
<published>2020-04-01T01:11:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=84cf00f98031e93f389f1eb93c4a7374a33cc0a9'/>
<id>urn:sha1:84cf00f98031e93f389f1eb93c4a7374a33cc0a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: python-dateutil: 2.8.0 -&gt; 2.8.1</title>
<updated>2019-11-22T07:37:21Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-11-19T14:35:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=7d3992a16f33268dc1b5eee11a3bec769b6583f6'/>
<id>urn:sha1:7d3992a16f33268dc1b5eee11a3bec769b6583f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: python-dateutil: 2.7.5 -&gt; 2.8.0</title>
<updated>2019-02-17T13:40:18Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-02-14T07:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=cd5c0561065c0f0b6858df9795cd9a60f36acfd5'/>
<id>urn:sha1:cd5c0561065c0f0b6858df9795cd9a60f36acfd5</id>
<content type='text'>
No longer possible to run tests with `python setup.py tests` so we have
to explicitly use `pytest`. This is going to need further fixing.
</content>
</entry>
<entry>
<title>python: python-dateutil: 2.7.3 -&gt; 2.7.5</title>
<updated>2018-12-03T15:50:29Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2018-11-04T10:34:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=c1d8e21e1bc8cc6dac0fae4291b19fa9f396d858'/>
<id>urn:sha1:c1d8e21e1bc8cc6dac0fae4291b19fa9f396d858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove unused file</title>
<updated>2018-07-21T13:34:08Z</updated>
<author>
<name>Robert Schütz</name>
<email>robert.schuetz@stud.uni-heidelberg.de</email>
</author>
<published>2018-07-21T13:34:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d7cce082b09f0a740d867e6ea34ba7b330e94f0c'/>
<id>urn:sha1:d7cce082b09f0a740d867e6ea34ba7b330e94f0c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pythonPackages: remove `name` attribute`</title>
<updated>2018-06-23T16:14:26Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2018-06-23T13:27:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ced21f5e1a1479e3b6ae5c218818790596f5a16f'/>
<id>urn:sha1:ced21f5e1a1479e3b6ae5c218818790596f5a16f</id>
<content type='text'>
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
</content>
</entry>
</feed>
