Commit Graph

25 Commits

Author SHA1 Message Date
Martin Weinelt 5444a903c6 python310Packages.dnspython: 2.3.0 -> 2.4.1
https://github.com/rthalley/dnspython/blob/v2.4.1/doc/whatsnew.rst
2023-07-28 12:36:14 +02:00
Gabriella Gonzalez 509f32d9c9 python3Packages.dnspython: fix tests (again) (#218662)
This is essentially the same fix as #161740, except not just for macOS.

The `dnspython` build was failing on Linux with a certificate
verification failure just like in #161740:

```ShellSession
$ nix build nixpkgs#python3Packages.dnspython --rebuild
error: builder for '/nix/store/c1v553fzq3yybsd0lm398qf87jmy47qd-python3.10-dnspython-2.3.0.drv' failed with exit code 1;
       last 10 log lines:
       >
       > /nix/store/iw1vmh509hcbby8dbpsaanbri4zsq7dj-python3-3.10.10/lib/python3.10/ssl.py:1342: SSLCertVerificationError
…
```

… and this change fixes that build failure.
2023-02-27 12:39:53 -08:00
Fabian Affolter 240a2d51ef python310Packages.dnspython: 2.2.1 -> 2.3.0
Changelog: https://github.com/rthalley/dnspython/blob/v2.3.0/doc/whatsnew.rst
2023-02-10 10:06:04 +01:00
Fabian Affolter 1b48e26a61 python310Packages.dnspython: add changelog to meta 2023-02-10 10:06:03 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Artturin 7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
ajs124 3e7351d7af Merge pull request #164297 from gador/update-dnspython-2.2.1
python3Packages.dnspython: 2.2.0 -> 2.2.1
2022-04-09 17:03:58 +01:00
Malo Bourgon 2bcc43f367 python3Packages.dnspython: disable flaky tests on darwin 2022-03-30 21:39:20 -04:00
gador dcc886f889 python3Packages.dnspython: 2.2.0 -> 2.2.1
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-15 19:13:02 +01:00
Malo Bourgon 9239261de1 python3Packages.dnspython: fix tests 2022-02-27 14:51:33 -08:00
gador 357a1d1481 python3Packages.dnspython: 2.1.0 -> 2.2.0
needed for pgadmin4 init
https://github.com/NixOS/nixpkgs/pull/154764
include fix for missing /etc/protocols
https://github.com/rthalley/dnspython/issues/662
2022-01-18 17:41:37 +01:00
Renaud 944a2dc835 Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
Robert Schütz 2cae050057 python2Packages: remove superfluous overrides
Since Python 2 is not supported anymore we only keep those overrides
which are used by leaf packages.
2022-01-01 02:10:53 +01:00
Markus S. Wamser 2043dbb6fa pkgs.development.python-modules: remove unused args 2021-11-12 19:10:54 -08:00
Sandro d239bc3643 Merge pull request #120193 from fabaff/license-dnspython 2021-04-23 03:13:01 +02:00
Fabian Affolter 4e45ad3574 python3Packages.dnspython: update license 2021-04-22 11:15:50 +00:00
Frederik Rietdijk 7e80a1eb89 python3Packages.dnspython: 2.0.0 -> 2.1.0 2021-04-03 17:48:30 +02:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Frederik Rietdijk 7a4e3e5762 pythonPackages.dnspython_1: add missing file, fixes eval 2020-09-03 19:17:20 +02:00
Jonathan Ringer fe23db1fdd python2Packages.dnspython: disable for python2 2020-08-16 19:13:55 -07:00
Frederik Rietdijk a7b5b18ab9 python: dnspython: 1.16.0 -> 2.0.0 2020-08-16 19:30:58 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 99b5005e59 python: dnspython: 1.15.0 -> 1.16.0 2019-02-17 14:40:19 +01:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
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`.
2018-06-23 18:14:26 +02:00
rnhmjoj b56d92a53b pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00