17 Commits

Author SHA1 Message Date
9ecf670abd remove versioned requirement for httpx [release 20.4-2mamba;Tue Oct 03 2023] 2024-01-05 16:45:11 +01:00
6741fe71fd automatic version update by autodist [release 20.2-1mamba;Tue Mar 28 2023] 2024-01-05 16:45:11 +01:00
3ae020b36d automatic version update by autodist [release 20.1-1mamba;Sat Feb 11 2023] 2024-01-05 16:45:11 +01:00
22accaff57 automatic version update by autodist [release 20.0-1mamba;Mon Jan 02 2023] 2024-01-05 16:45:10 +01:00
f11ee34644 automatic version update by autodist [release 13.14-1mamba;Mon Sep 05 2022] 2024-01-05 16:45:10 +01:00
763b3c5ac1 automatic version update by autodist [release 13.12-1mamba;Fri May 27 2022] 2024-01-05 16:45:10 +01:00
ec1407546e automatic version update by autodist [release 13.11-1mamba;Mon Feb 07 2022] 2024-01-05 16:45:10 +01:00
0913bb99bd rebuilt with distdeps [release 13.10-2mamba;Tue Jan 25 2022] 2024-01-05 16:45:10 +01:00
d1a36d8405 automatic version update by autodist [release 13.10-1mamba;Thu Jan 06 2022] 2024-01-05 16:45:10 +01:00
3f7801e7e2 automatic version update by autodist [release 13.8.1-1mamba;Mon Nov 15 2021] 2024-01-05 16:45:10 +01:00
fec487d420 automatic version update by autodist [release 13.3-1mamba;Tue Feb 23 2021] 2024-01-05 16:45:10 +01:00
e5bbfdbc55 automatic version update by autodist [release 13.2-1mamba;Mon Feb 22 2021] 2024-01-05 16:45:10 +01:00
580dab446d update to 13.0 [release 13.0-1mamba;Thu Nov 19 2020] 2024-01-05 16:45:10 +01:00
85b059d42c automatic update by autodist [release 12.8-1mamba;Sat Sep 12 2020] 2024-01-05 16:45:10 +01:00
6dd73db318 automatic version update by autodist [release 12.2.0-1mamba;Thu Nov 14 2019] 2024-01-05 16:45:10 +01:00
96234e347b automatic version update by autodist [release 11.1.0-1mamba;Tue Dec 25 2018] 2024-01-05 16:45:10 +01:00
be61cb14b7 automatic update by autodist [release 9.0.0-1mamba;Tue Dec 19 2017] 2024-01-05 16:45:10 +01:00

View File

@ -1,22 +1,19 @@
Name: python-telegram-bot
Version: 8.1.1
Release: 1mamba
Version: 20.4
Release: 2mamba
Summary: A pure Python interface for the Telegram Bot API
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pypi.python.org/pypi/python-telegram-bot
URL: https://pypi.org/project/python-telegram-bot/
Source: http://pypi.debian.net/python-telegram-bot/python-telegram-bot-%{version}.tar.gz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(httpx)
## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: python-certifi
Requires: python-urllib3
Requires: python-future
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@ -27,6 +24,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%prep
%setup -q
sed -i "s|APScheduler==3.6.3|APScheduler>=3.6.3|;s|httpx~=.*|httpx|;s|httpx ~= .*|httpx|" \
requirements.txt python_telegram_bot.egg-info/requires.txt
%build
CFLAGS="%{optflags}" %{__python} setup.py build
@ -40,13 +39,78 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/python_telegram_bot-%{version}-py*.egg-info
%{python_sitearch}/python_telegram_bot-%{version}-py*.egg-info/*
%doc LICENSE
%changelog
* Tue Oct 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20.4-2mamba
- remove versioned requirement for httpx
* Sun Oct 01 2023 Automatic Build System <autodist@mambasoft.it> 20.4-1mamba
- automatic version update by autodist
* Fri Sep 29 2023 Automatic Build System <autodist@mambasoft.it> 20.2-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Tue Mar 28 2023 Automatic Build System <autodist@mambasoft.it> 20.2-1mamba
- automatic version update by autodist
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 20.1-1mamba
- automatic version update by autodist
* Mon Jan 02 2023 Automatic Build System <autodist@mambasoft.it> 20.0-1mamba
- automatic version update by autodist
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 13.15-1mamba
- automatic version update by autodist
* Mon Sep 05 2022 Automatic Build System <autodist@mambasoft.it> 13.14-1mamba
- automatic version update by autodist
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 13.13-1mamba
- automatic version update by autodist
* Fri May 27 2022 Automatic Build System <autodist@mambasoft.it> 13.12-1mamba
- automatic version update by autodist
* Mon Feb 07 2022 Automatic Build System <autodist@mambasoft.it> 13.11-1mamba
- automatic version update by autodist
* Tue Jan 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 13.10-2mamba
- rebuilt with distdeps
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 13.10-1mamba
- automatic version update by autodist
* Mon Nov 15 2021 Automatic Build System <autodist@mambasoft.it> 13.8.1-1mamba
- automatic version update by autodist
* Tue Feb 23 2021 Automatic Build System <autodist@mambasoft.it> 13.3-1mamba
- automatic version update by autodist
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 13.2-1mamba
- automatic version update by autodist
* Thu Nov 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 13.0-1mamba
- update to 13.0
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 12.8-1mamba
- automatic update by autodist
* Thu Nov 14 2019 Automatic Build System <autodist@mambasoft.it> 12.2.0-1mamba
- automatic version update by autodist
* Tue Dec 25 2018 Automatic Build System <autodist@mambasoft.it> 11.1.0-1mamba
- automatic version update by autodist
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 9.0.0-1mamba
- automatic update by autodist
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 8.1.1-1mamba
- automatic update by autodist