python3Packages.jaraco-net: 9.3.1 -> 10.2.0

https://github.com/jaraco/jaraco.net/blob/refs/tags/v10.2.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:28 +01:00
parent 1754d3c248
commit df19cf34d9
@@ -11,6 +11,7 @@
, keyring
, requests
, feedparser
, icmplib
, jaraco-text
, jaraco-logging
, jaraco-email
@@ -31,7 +32,7 @@
buildPythonPackage rec {
pname = "jaraco-net";
version = "9.3.1";
version = "10.2.0";
disabled = pythonOlder "3.7";
@@ -41,7 +42,7 @@ buildPythonPackage rec {
owner = "jaraco";
repo = "jaraco.net";
rev = "refs/tags/v${version}";
hash = "sha256-aq5v4QlapmMTrqwNA0GtRi/xZCcyoR1giZECBsYwymw=";
hash = "sha256-z9+gz6Sos0uluU5icXJN9OMmWFErVrJXBvoBcKv6Wwg=";
};
nativeBuildInputs = [
@@ -56,6 +57,7 @@ buildPythonPackage rec {
keyring
requests
feedparser
icmplib
jaraco-text
jaraco-logging
jaraco-email