From 7e8be1c16b6a625c479194a7180c03f32c3a21bd9651a93a27c0032e78c63686 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 11 Dec 2024 21:32:18 +0000 Subject: [PATCH] - 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 --- pygn-0.11.0.tar.gz | 3 --- pygn-0.12.0.tar.gz | 3 +++ python-pygn.changes | 5 +++++ python-pygn.spec | 8 ++++---- 4 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 pygn-0.11.0.tar.gz create mode 100644 pygn-0.12.0.tar.gz diff --git a/pygn-0.11.0.tar.gz b/pygn-0.11.0.tar.gz deleted file mode 100644 index 7693b49..0000000 --- a/pygn-0.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2abb370f3640713f6f48f4b60a473c01b417cc5e9de9d9aaaa077aef0001c3b -size 114448 diff --git a/pygn-0.12.0.tar.gz b/pygn-0.12.0.tar.gz new file mode 100644 index 0000000..80c17d4 --- /dev/null +++ b/pygn-0.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1b7a437e3826b165c6097b660b080b3c80419e6bd27101c3918b851db21f51 +size 391474 diff --git a/python-pygn.changes b/python-pygn.changes index 11dd50b..e202154 100644 --- a/python-pygn.changes +++ b/python-pygn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 11 21:28:12 UTC 2024 - Matej Cepl + - 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 diff --git a/python-pygn.spec b/python-pygn.spec index 6c00cc6..db4a4a9 100644 --- a/python-pygn.spec +++ b/python-pygn.spec @@ -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