diff --git a/.gitignore b/.gitignore index 7cb2850..a8f3237 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ stomp.py-3.0.1-beta2.tar.gz /stomp.py-4.1.20.tar.gz /stomp.py-4.1.21.tar.gz /stomp.py-4.1.22.tar.gz +/stomp.py-5.0.0.tar.gz diff --git a/sources b/sources index fc100b1..c80cf32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stomp.py-4.1.22.tar.gz) = 97c924e8f2edd2f7ab931e59f29c2d7b45f310cc48d81be01ec2218c3264de77adfa77b06f21cd1ab397e17d8dcf0a8d8d57a248749073926c1598ed746ac534 +SHA512 (stomp.py-5.0.0.tar.gz) = 087800cc025aab918df1a8c36071913646f551f2287c936aee27f3aecbd2030fcea09cffcbb25da44517749f2d0de3ef38189ece43f617cae2031d8acb6e7c37 diff --git a/stomppy.spec b/stomppy.spec index 121b90c..d984800 100644 --- a/stomppy.spec +++ b/stomppy.spec @@ -1,7 +1,7 @@ %global srcname stomppy Name: stomppy -Version: 4.1.22 +Version: 5.0.0 Release: 1%{?dist} Summary: Python stomp client for messaging @@ -36,8 +36,6 @@ This module is for the python3. %install %py3_install -# backwardsosck25.py file is not used with python3 but also fails to bytecompile -rm %{buildroot}%{python3_sitelib}/stomp/backwardsock25.py %check #%%{__python3} setup.py test @@ -49,6 +47,9 @@ rm %{buildroot}%{python3_sitelib}/stomp/backwardsock25.py %license LICENSE %changelog +* Mon Jan 6 2020 Steve Traylen - 5.0.0-1 +- Update to 5.0.0 + * Tue Oct 1 2019 Steve Traylen - 4.1.22-1 - Update to 4.1.22