Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9bb1209cbc | |||
| fb9421fb5e | |||
| 4c47465fb5 | |||
| a439bab897 |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 28 11:20:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 1.4.2
|
||||
* Assorted fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 04:27:57 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.4.1:
|
||||
* fix starttls
|
||||
- Add typing-extensions to BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 20 08:07:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sievelib
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2016 Aeneas Jaissle <aj@ajaissle.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%define modname sievelib
|
||||
Name: python-%{modname}
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
Release: 0
|
||||
Summary: Client-side Sieve and Managesieve library written in Python
|
||||
License: MIT
|
||||
@@ -28,6 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/s/sievelib/%{modn
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module typing-extensions}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78cf1eb3f59910d1410128ce9352956dbc249b3c53afb362ace8922edec5dcdf
|
||||
size 37563
|
||||
3
sievelib-1.4.2.tar.gz
Normal file
3
sievelib-1.4.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60ea0036a5514e2610e5bf561586f324e75ffd91a7209f5fb9e06b8fe28b06bb
|
||||
size 37977
|
||||
Reference in New Issue
Block a user