Update to 1.5.11

This commit is contained in:
Petr Viktorin 2020-11-25 14:40:31 +01:00
commit f7ae4e365e
3 changed files with 7 additions and 4 deletions

View file

@ -1,11 +1,10 @@
%global srcname pyglet
%global srcversion 1.5.7
%global versionedname %{srcname}-%{srcversion}
%global versionedname %{srcname}-%{version}
%bcond_without tests
Name: python-%{srcname}
Version: %{srcversion}
Version: 1.5.11
Release: 1%{?dist}
Summary: A cross-platform windowing and multimedia library for Python
@ -138,6 +137,9 @@ ln -s %{_datadir}/sounds/purple/*.wav tests/data/media/
%changelog
* Wed Nov 25 2020 Petr Viktorin <pviktori@redhat.com> - 1.5.11-1
- Update to 1.5.11
* Wed Sep 09 2020 Petr Viktorin <pviktori@redhat.com> - 1.5.7-1
- Update to 1.5.7
- Switch to pyproject macros