Compare commits

2 Commits

Author SHA256 Message Date
e2b0579c79 Accepting request 1230201 from devel:languages:python
- fix: change dependency from nntplib to pynntp
    - First attempt to create .build.yml script for builds.sr.ht

OBS-URL: https://build.opensuse.org/request/show/1230201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pygn?expand=0&rev=5
2024-12-12 20:18:09 +00:00
7e8be1c16b - fix: change dependency from nntplib to pynntp
- First attempt to create .build.yml script for builds.sr.ht

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygn?expand=0&rev=9
2024-12-11 21:32:18 +00:00
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2abb370f3640713f6f48f4b60a473c01b417cc5e9de9d9aaaa077aef0001c3b
size 114448

3
pygn-0.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b1b7a437e3826b165c6097b660b080b3c80419e6bd27101c3918b851db21f51
size 391474

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 11 21:28:12 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- fix: change dependency from nntplib to pynntp
- First attempt to create .build.yml script for builds.sr.ht
-------------------------------------------------------------------
Tue Jan 2 22:37:19 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -17,24 +17,24 @@
Name: python-pygn
Version: 0.11.0
Version: 0.12.0
Release: 0
Summary: The Python Gateway Script: news2mail mail2news gateway
License: GPL-3.0-only
Group: Productivity/Networking/News/Utilities
URL: https://git.sr.ht/~mcepl/pygn
Source: https://files.pythonhosted.org/packages/source/p/pygn/pygn-%{version}.tar.gz
BuildRequires: %{python_module nntplib if %python-base >= 3.12}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pynntp if %python-base >= 3.12}
BuildRequires: %{python_module rply}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-rply
Requires: (python-nntplib if python-base >= 3.12)
Requires: (python-pynntp if python-base >= 3.12)
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
%python_subpackages