<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/emcee, 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-08-24T05:17:16Z</updated>
<entry>
<title>python38Packages.emcee: 3.1.0 -&gt; 3.1.1</title>
<updated>2021-08-24T05:17:16Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2021-08-24T05:17:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5086f1dc3308d13e7d7b9cd54a39879463d361fc'/>
<id>urn:sha1:5086f1dc3308d13e7d7b9cd54a39879463d361fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python3Packages.emcee: 3.0.2 -&gt; 3.1.0</title>
<updated>2021-07-02T20:33:12Z</updated>
<author>
<name>Fabian Affolter</name>
<email>mail@fabian-affolter.ch</email>
</author>
<published>2021-07-02T20:33:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a150d5f6f322ac364fb19e728bb5a8307055758b'/>
<id>urn:sha1:a150d5f6f322ac364fb19e728bb5a8307055758b</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: update some problematic homepages</title>
<updated>2019-12-08T18:21:29Z</updated>
<author>
<name>c0bw3b</name>
<email>c0bw3b@users.noreply.github.com</email>
</author>
<published>2019-12-08T16:50:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=69b393ace512f7d08e31ff2b02b015d39f49fcdf'/>
<id>urn:sha1:69b393ace512f7d08e31ff2b02b015d39f49fcdf</id>
<content type='text'>
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
</content>
</entry>
<entry>
<title>python: emcee: 3.0.1 -&gt; 3.0.2</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=fbe858064115ee38b55582a2240b72b1912e1969'/>
<id>urn:sha1:fbe858064115ee38b55582a2240b72b1912e1969</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python38Packages.emcee: 3.0.0 -&gt; 3.0.1</title>
<updated>2019-11-02T23:28:47Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2019-11-02T22:55:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=ba3d399a1f3135184c06b0b486265ee6b8c129e4'/>
<id>urn:sha1:ba3d399a1f3135184c06b0b486265ee6b8c129e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: emcee: 2.2.1 -&gt; 3.0.0</title>
<updated>2019-10-27T15:26:41Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2019-10-24T06:47:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=5ff74b8a191bddafd32b643fcb9566d216dbf87f'/>
<id>urn:sha1:5ff74b8a191bddafd32b643fcb9566d216dbf87f</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>
<entry>
<title>python.pkgs: many updates</title>
<updated>2017-08-25T17:36:14Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2017-08-24T17:34:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=d58e1f1c7b3e955d3ee1194ea96c574338b47b97'/>
<id>urn:sha1:d58e1f1c7b3e955d3ee1194ea96c574338b47b97</id>
<content type='text'>
</content>
</entry>
</feed>
