diff --git a/python-slixmpp.spec b/python-slixmpp.spec index ca2aad6938b56dcb265a7d9f3df9d87bb7716233..24ce7f5ac2fdcb8c6e67ad57647781d65224fe80 100644 --- a/python-slixmpp.spec +++ b/python-slixmpp.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-slixmpp -Version: 1.8.3 +Version: 1.8.4 Release: 1 Summary: Slixmpp is an elegant Python library for XMPP (aka Jabber). License: MIT URL: https://lab.louiz.org/poezio/slixmpp -Source0: https://files.pythonhosted.org/packages/6b/5a/a544c9279d49f497dd602548e3d70934de1809f9522d2ed36dbf5ae416ad/slixmpp-1.8.3.tar.gz +Source0: https://files.pythonhosted.org/packages/a2/b4/d7b98fa23b42c97ba32abc6a439a729c814d57b098c74327ab2a60c9cfc9/slixmpp-1.8.4.tar.gz BuildArch: noarch - %description Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of SleekXMPP. Goals is to only rewrite the core of the library (the low @@ -17,10 +16,9 @@ remove all threads. %package -n python3-slixmpp Summary: Slixmpp is an elegant Python library for XMPP (aka Jabber). -Provides: python-slixmpp +Provides: python-slixmpp = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools - %description -n python3-slixmpp Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of SleekXMPP. Goals is to only rewrite the core of the library (the low @@ -30,7 +28,6 @@ remove all threads. %package help Summary: Development documents and examples for slixmpp Provides: python3-slixmpp-doc - %description help Slixmpp is an MIT licensed XMPP library for Python 3.5+. It is a fork of SleekXMPP. Goals is to only rewrite the core of the library (the low @@ -38,7 +35,7 @@ level socket handling, the timers, the events dispatching) in order to remove all threads. %prep -%autosetup -n slixmpp-1.8.3 +%autosetup -n slixmpp-%{version} %build %py3_build @@ -78,6 +75,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 06 2023 wubijie - 1.8.4-1 +- Update package to version 1.8.4 + * Mon Dec 19 2022 wenzhiwei - 1.8.3-1 - Update version to 1.8.3 diff --git a/slixmpp-1.8.3.tar.gz b/slixmpp-1.8.3.tar.gz deleted file mode 100644 index 5320b5886b7d6b9f534c3ed1aa1c04ad2691399f..0000000000000000000000000000000000000000 Binary files a/slixmpp-1.8.3.tar.gz and /dev/null differ diff --git a/slixmpp-1.8.4.tar.gz b/slixmpp-1.8.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..94b6ea71533787f85fd71c88ebe32e49ce944e38 Binary files /dev/null and b/slixmpp-1.8.4.tar.gz differ