<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs/pkgs/development/python-modules/bugwarrior, 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-10-28T09:11:52Z</updated>
<entry>
<title>python39Packages.dogpile-cache: normalise attr, cleanup</title>
<updated>2021-10-28T09:11:52Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2021-10-28T08:57:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=db19e681254e043bffa9e9b47bd64493302ca614'/>
<id>urn:sha1:db19e681254e043bffa9e9b47bd64493302ca614</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil</title>
<updated>2021-07-03T11:45:57Z</updated>
<author>
<name>Robert Schütz</name>
<email>dev@schuetz-co.de</email>
</author>
<published>2021-07-03T11:37:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=1ec565191387e1ed6dc5c7a355cdf58a2b56336a'/>
<id>urn:sha1:1ec565191387e1ed6dc5c7a355cdf58a2b56336a</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>python37Packages.bugwarrior: 1.7.0 -&gt; 1.8.0</title>
<updated>2020-12-16T06:22:35Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2020-12-14T08:44:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=51c639bd28d749f4a0d52e096f45dbd496e9beb6'/>
<id>urn:sha1:51c639bd28d749f4a0d52e096f45dbd496e9beb6</id>
<content type='text'>
</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>pythonPackages.bugwarrior: depend on jira, remove test deps</title>
<updated>2020-01-07T09:50:03Z</updated>
<author>
<name>Eric Bailey</name>
<email>eric@ericb.me</email>
</author>
<published>2019-08-06T21:48:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=826df235143076da93ad829e99f88c96a224fbc2'/>
<id>urn:sha1:826df235143076da93ad829e99f88c96a224fbc2</id>
<content type='text'>
- drop support for 2.7, per upstream
- remove half-baked checkInputs, but leave comment
- add yurrriq as maintainer
- add setuptools to propagatedBuildInputs
</content>
</entry>
<entry>
<title>python37Packages.bugwarrior: 1.6.0 -&gt; 1.7.0</title>
<updated>2019-06-02T15:32:09Z</updated>
<author>
<name>R. RyanTM</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2019-06-02T15:32:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=b09734a65247505d76f496337c12e95740023bad'/>
<id>urn:sha1:b09734a65247505d76f496337c12e95740023bad</id>
<content type='text'>
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-bugwarrior/versions
</content>
</entry>
<entry>
<title>python.pkgs.bugwarrior: use default future version</title>
<updated>2019-01-21T17:02:56Z</updated>
<author>
<name>Robert Schütz</name>
<email>robert.schuetz@stud.uni-heidelberg.de</email>
</author>
<published>2019-01-21T17:02:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=a27e54848e1f2990f5d3830ac97321dd934d0c1f'/>
<id>urn:sha1:a27e54848e1f2990f5d3830ac97321dd934d0c1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>python: bugwarrior: 1.5.1 -&gt; 1.6.0</title>
<updated>2018-08-25T06:07:32Z</updated>
<author>
<name>Frederik Rietdijk</name>
<email>fridh@fridh.nl</email>
</author>
<published>2018-08-25T05:43:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.wugi.info/nixos/nixpkgs/commit/?id=89b89c06dd7412a9030e576caa4b07e807ce4204'/>
<id>urn:sha1:89b89c06dd7412a9030e576caa4b07e807ce4204</id>
<content type='text'>
</content>
</entry>
</feed>
