Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2001742 Details for
Bug 2158785
Review Request: Telethon - Telegram client library for Python 3
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
python-telethon-spec-latest
python-telethon.spec (text/plain), 2.36 KB, created by
kchim
on 2023-11-27 19:42:39 UTC
(
hide
)
Description:
python-telethon-spec-latest
Filename:
MIME Type:
Creator:
kchim
Created:
2023-11-27 19:42:39 UTC
Size:
2.36 KB
patch
obsolete
># Created by pyp2rpm-3.3.8 >%global pypi_name Telethon >%global pypi_version 1.32.1 >%global import_name telethon > >Name: python-%{import_name} >Version: %{pypi_version} >Release: 1%{?dist} >Summary: Full-featured Telegram client library for Python 3 > >License: MIT >URL: https://github.com/LonamiWebs/Telethon >Source0: %{url}/archive/v%{version}/%{pypi_name}-%{version}.tar.gz >BuildArch: noarch > >BuildRequires: python3-devel >BuildRequires: python3dist(setuptools) > >%description >Telethon is an asyncio_ Python 3 MTProto_ library to >interact with Telegram API as a user or through a bot account (bot API >alternative) > >%package -n python3-%{import_name} >Summary: %{summary} >%{?python_provide:%python_provide python3-%{pypi_name}} > >Requires: python3dist(cryptg) >Requires: python3dist(pyaes) >Requires: python3dist(rsa) >%description -n python3-%{import_name} >Telethon is an asyncio_ Python 3 MTProto_ library to >interact with Telegram API as a user or through a bot account (bot API >alternative) > > >%prep >%autosetup -n %{pypi_name}-%{pypi_version} >sed -i '/pytest-cov/d' dev-requirements.txt ># Use current python version in test environment >sed -i "/envlist/c\envlist=py%{python3_version_nodots}" pyproject.toml ># do not install dependencies using pip >sed -i "/deps =/d" pyproject.toml >sed -i "/requirements.txt/d" pyproject.toml >sed -i "/flake8/d" pyproject.toml ># Remove bundled egg-info >rm -rf %{pypi_name}.egg-info > >%generate_buildrequires >%pyproject_buildrequires -r dev-requirements.txt > >%build >%pyproject_wheel > >%install >%pyproject_install >%pyproject_save_files %{import_name} > >%check ># Run passing tests >%{py3_test_envvars} %python3 -m pytest tests/telethon/test_helpers.py >%{py3_test_envvars} %python3 -m pytest tests/telethon/test_pickle.py >%{py3_test_envvars} %python3 -m pytest tests/telethon/client/test_messages.py >%{py3_test_envvars} %python3 -m pytest tests/telethon/crypto/test_rsa.py >%{py3_test_envvars} %python3 -m pytest tests/telethon/events/test_chataction.py >%{py3_test_envvars} %python3 -m pytest tests/telethon/tl/test_serialization.py > >%files -n python3-%{import_name} -f %{pyproject_files} >%doc README.rst >%{python3_sitelib}/telethon >%{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info > >%changelog >* Mon Nov 27 2023 kchim <kchim@redhat.com> - 1.32.1 >- Initial package. >- Updated spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2158785
:
1936182
|
2001741
| 2001742