Accepting request 1169323 from devel:languages:python
- update to 1.4.0: * Ensure name uniqueness in filter set * Added annotations OBS-URL: https://build.opensuse.org/request/show/1169323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sievelib?expand=0&rev=7
This commit is contained in:
commit
86426630d3
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 08:07:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.4.0:
|
||||||
|
* Ensure name uniqueness in filter set
|
||||||
|
* Added annotations
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 6 07:44:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Apr 6 07:44:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -19,11 +19,11 @@
|
|||||||
|
|
||||||
%define modname sievelib
|
%define modname sievelib
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 1.3.0
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Client-side Sieve and Managesieve library written in Python
|
Summary: Client-side Sieve and Managesieve library written in Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/sievelib
|
URL: https://github.com/tonioo/sievelib
|
||||||
Source: https://files.pythonhosted.org/packages/source/s/sievelib/%{modname}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/s/sievelib/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
@ -32,6 +32,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Requires: python-typing-extensions
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3313d7f1f3f8324ab6a8e2129e49d76ee08df0d43e2f550e681b8f12e3f44cd1
|
|
||||||
size 36380
|
|
3
sievelib-1.4.0.tar.gz
Normal file
3
sievelib-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78cf1eb3f59910d1410128ce9352956dbc249b3c53afb362ace8922edec5dcdf
|
||||||
|
size 37563
|
Loading…
Reference in New Issue
Block a user