Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:04:36 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c630838e2159 - main - devel/py-types-requests: Update to 2.33.0.20260402
Message-ID:  <69e3fff4.339c0.77232aa9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c630838e215970fa7ddbfc7b29eb3dfd32bee5f1

commit c630838e215970fa7ddbfc7b29eb3dfd32bee5f1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:25:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:33 +0000

    devel/py-types-requests: Update to 2.33.0.20260402
    
    Changes:        https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/requests.md
---
 devel/py-types-requests/Makefile                   |  2 +-
 devel/py-types-requests/distinfo                   |  6 +++---
 devel/py-types-requests/files/patch-pyproject.toml | 11 +++++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile
index adacae30fcdb..a7e8fdf3b1fb 100644
--- a/devel/py-types-requests/Makefile
+++ b/devel/py-types-requests/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	types-requests
-PORTVERSION=	2.32.4.20260107
+PORTVERSION=	2.33.0.20260402
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-requests/distinfo b/devel/py-types-requests/distinfo
index 11434fe7e677..0d2c35158931 100644
--- a/devel/py-types-requests/distinfo
+++ b/devel/py-types-requests/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625707
-SHA256 (types_requests-2.32.4.20260107.tar.gz) = 018a11ac158f801bfa84857ddec1650750e393df8a004a8a9ae2a9bec6fcb24f
-SIZE (types_requests-2.32.4.20260107.tar.gz) = 23165
+TIMESTAMP = 1775587476
+SHA256 (types_requests-2.33.0.20260402.tar.gz) = 1bdd3ada9b869741c5c4b887d2c8b4e38284a1449751823b5ebbccba3eefd9da
+SIZE (types_requests-2.33.0.20260402.tar.gz) = 23851
diff --git a/devel/py-types-requests/files/patch-pyproject.toml b/devel/py-types-requests/files/patch-pyproject.toml
index cc7cb588ea9d..eb006b7da62f 100644
--- a/devel/py-types-requests/files/patch-pyproject.toml
+++ b/devel/py-types-requests/files/patch-pyproject.toml
@@ -1,23 +1,26 @@
---- pyproject.toml.orig	2026-01-07 03:20:51 UTC
+--- pyproject.toml.orig	2026-04-02 04:19:53 UTC
 +++ pyproject.toml
 @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
  [build-system]
  build-backend = "setuptools.build_meta"
--requires = ["setuptools>=77.0.3"]
+-requires = ["setuptools>=82.0.1"]
 +requires = ["setuptools>=61"]
  
  [project]
  name = "types-requests"
- version = "2.32.4.20260107"
+ version = "2.33.0.20260402"
 -license = "Apache-2.0"
 -license-files = ["LICENSE"]
 +license = { text = "Apache-2.0" }
  description = "Typing stubs for requests"
  readme = { text = """\
  ## Typing stubs for requests
-@@ -48,5 +47,4 @@ dependencies = ['urllib3>=2']
+@@ -48,8 +47,4 @@ dependencies = ['urllib3>=2']
  "Chat" = "https://gitter.im/python/typing"
  
  [tool.setuptools]
 -packages = ['requests-stubs']
  include-package-data = false
+-
+-[tool.setuptools.package-data]
+-'requests-stubs' = ['__init__.pyi', '__version__.pyi', 'adapters.pyi', 'api.pyi', 'auth.pyi', 'certs.pyi', 'compat.pyi', 'cookies.pyi', 'exceptions.pyi', 'help.pyi', 'hooks.pyi', 'models.pyi', 'packages.pyi', 'sessions.pyi', 'status_codes.pyi', 'structures.pyi', 'utils.pyi', 'METADATA.toml', 'py.typed']


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3fff4.339c0.77232aa9>