Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
e2b0579c79 | |||
7e8be1c16b |
@@ -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
3
pygn-0.12.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b1b7a437e3826b165c6097b660b080b3c80419e6bd27101c3918b851db21f51
|
||||
size 391474
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user