[packages/python3-types-requests] - new

qboosh qboosh at pld-linux.org
Sun Mar 15 09:48:29 CET 2026


commit 0df1327c24ed7f6e354a2338bf559e236b0b6129
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 15 09:48:33 2026 +0100

    - new

 python3-types-requests.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/python3-types-requests.spec b/python3-types-requests.spec
new file mode 100644
index 0000000..a78a2ad
--- /dev/null
+++ b/python3-types-requests.spec
@@ -0,0 +1,47 @@
+Summary:	Typing stubs for requests
+Summary(pl.UTF-8):	Zaślepki typów dla modułu requests
+Name:		python3-types-requests
+Version:	2.32.4.20260107
+Release:	1
+License:	Apache v2.0
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/types-requests/
+Source0:	https://files.pythonhosted.org/packages/source/t/types-requests/types_requests-%{version}.tar.gz
+# Source0-md5:	865eccf730ebe064bd45db220a9d928e
+URL:		https://pypi.org/project/types-requests/
+BuildRequires:	python3-modules >= 1:3.9
+BuildRequires:	python3-setuptools >= 1:77.0.3
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.9
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a type stub package for the requests package. It can be used
+by type-checkers to check code that uses requests.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera zaślepki typów dla pakietu requests. Mogą one być
+używane przez narzędzia sprawdzające typy do sprawdzania kodu
+wykorzystującego requests.
+
+%prep
+%setup -q -n types_requests-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.md README.md
+%{py3_sitescriptdir}/requests-stubs
+%{py3_sitescriptdir}/types_requests-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-types-requests.git/commitdiff/0df1327c24ed7f6e354a2338bf559e236b0b6129



More information about the pld-cvs-commit mailing list