Commit graph

18 commits

Author SHA1 Message Date
Fabian Affolter a12a482755 python3Packages.prawcore: 2.2.0 -> 2.3.0 2021-07-27 10:46:59 +02:00
Sandro Jäckel 703c108472
pythonPackages: deprecate requests_toolbelt alias 2021-07-21 13:32:53 +02:00
Martin Weinelt 6084dc9dd3 python3Packages.prawcore: 2.0.0 -> 2.2.0 2021-06-22 13:42:36 +02:00
Fabian Affolter ea250dfce4 python3Packages.prawcore: 2.0.0 -> 2.2.0 2021-06-18 22:54:50 +02:00
Fabian Affolter d4acd16abc python3Packages.prawcore: 1.5.0 -> 2.0.0 2021-02-26 09:13:47 +01:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM 6ea2c0b226 python37Packages.prawcore: 1.4.0 -> 1.5.0 2020-08-17 10:41:09 +00:00
Jonathan Ringer 01f1f3d5d0
python2Packages.prawcore: disable on python2
no longer compatible with python2's urllib

```
  prawcore/exceptions.py:2: in <module>
      from urllib.parse import urlparse
  E   ImportError: No module named parse
  builder for '/nix/store/3l1rqygq58hbwyzn6fqx8x4djbmzgggh-python2.7-prawcore-1.4.0.drv' failed with exit code
```
2020-07-04 08:32:46 -07:00
Frederik Rietdijk b77ee5b72e python: prawcore: 1.0.1 -> 1.4.0 2020-06-11 10:00:18 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer 72ba0102d0 pythonPackages.prawcore: fix tests 2019-10-27 16:26:57 +01:00
Daniel Schaefer 92cccb6f83 treewide: Use HTTPS for readthedocs URLs 2019-04-22 20:46:18 +02:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Robert Schütz c5e953a7c3 python.pkgs.prawcore: 1.0.0 -> 1.0.1 2019-02-09 10:59:12 +01:00
R. RyanTM d40fb550cb python36Packages.prawcore: 0.15.0 -> 1.0.0
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.6-prawcore/versions
2018-10-24 09:58:29 +02:00
Robert Schütz 5bd9342a7b python.pkgs.prawcore: 0.12.0 -> 0.15.0 2018-04-08 11:36:06 +02:00
Joerg Thalheim af9e6c1634 python.pkgs.prawcore: init at 0.12.0 2017-11-07 13:16:42 +00:00