Update to 1.5.11
This commit is contained in:
parent
a19ecf6e4b
commit
f7ae4e365e
3 changed files with 7 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@
|
|||
/pyglet-1.4.1-repacked.tar.gz
|
||||
/pyglet-1.4.6-repacked.tar.gz
|
||||
/pyglet-1.5.7-repacked.tar.gz
|
||||
/pyglet-1.5.11-repacked.tar.gz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pyglet-1.5.7-repacked.tar.gz) = 143cb5ed6dbfa11f9d54fdceca357067d35b419aa1870ef25edc40c26cac0d86148ba58af50ef3bced5b60dfc7dcb818e08cd0d240688b145f19ab5f68e9c6a4
|
||||
SHA512 (pyglet-1.5.11-repacked.tar.gz) = 5b658b11c5ddae223a1aee0db365d65e265f9fde80aa42abbc57272f508bcf26b285b51d66ff0e80da6854128f83d3bcba6457bfbfe5f1082b43ce5ad1288377
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue