www/py-fake-useragent: Update to 2.2.0

This commit is contained in:
Emanuel Haupt
2025-06-27 22:26:23 +02:00
parent dcc88fc87d
commit fdbaa6ca61
3 changed files with 30 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PORTNAME= fake-useragent
DISTVERSION= 2.1.0
DISTVERSION= 2.2.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+3 -3
View File
@@ -1,3 +1,3 @@
TIMESTAMP = 1742053117
SHA256 (fake-useragent-fake-useragent-2.1.0_GH0.tar.gz) = 086abb019202f2502f4cf58ecaa4d9b4029832a62aea0f2df5cab71a4d7849bc
SIZE (fake-useragent-fake-useragent-2.1.0_GH0.tar.gz) = 135506
TIMESTAMP = 1751051396
SHA256 (fake-useragent-fake-useragent-2.2.0_GH0.tar.gz) = c6a0cba8c43e5f55029433535253be2655f7746085a2f2a232e2fe657a95bd11
SIZE (fake-useragent-fake-useragent-2.2.0_GH0.tar.gz) = 171393
@@ -0,0 +1,26 @@
--- pyproject.toml.orig 2025-04-14 15:18:22 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
build-backend = "setuptools.build_meta"
-requires = [ "setuptools>=77.0" ]
+requires = [ "setuptools>=63.1.0" ]
[project]
name = "fake-useragent"
version = "2.2.0"
-license = "Apache-2.0"
description = "Up-to-date simple useragent faker with real world database"
readme.content-type = "text/markdown"
readme.file = "README.md"
@@ -46,6 +45,9 @@ urls.Homepage = "https://github.com/fake-useragent/fak
dependencies = [ "importlib-resources>=6; python_version<'3.10'" ]
urls.Homepage = "https://github.com/fake-useragent/fake-useragent"
+
+[project.license]
+text = "Apache-2.0"
[tool.setuptools]
zip-safe = false