#4 Update to release 1.4.6
Closed 4 years ago by churchyard. Opened 4 years ago by pviktori.

file modified
+1
@@ -6,3 +6,4 @@ 

  /pyglet-1.3.1-repacked.tar.gz

  /pyglet-1.3.2-repacked.tar.gz

  /pyglet-1.4.1-repacked.tar.gz

+ /pyglet-1.4.6-repacked.tar.gz

file modified
+5 -3
@@ -1,9 +1,11 @@ 

  #! /bin/bash

  

- VERSIONEDNAME=$1

+ VERSION=$1

  

- wget -N https://files.pythonhosted.org/packages/source/p/pyglet/${VERSIONEDNAME}.tar.gz

- tar xzvf ${VERSIONEDNAME}.tar.gz

+ VERSIONEDNAME=pyglet-${VERSION}

+ ARCHIVENAME=${VERSIONEDNAME}.tar.gz

+ wget -N https://github.com/pyglet/pyglet/archive/v${VERSION}.tar.gz -O ${ARCHIVENAME}

+ tar xzvf ${ARCHIVENAME}

  pushd ${VERSIONEDNAME}

  rm -rvf examples  # includes non-free artwork

  rm -rvf tests  # includes non-free font

file modified
+9 -5
@@ -1,10 +1,10 @@ 

  %global srcname pyglet

- %global srcversion 1.4.1

+ %global srcversion 1.4.6

  %global versionedname %{srcname}-%{srcversion}

  

  Name: python-%{srcname}

  Version: %{srcversion}

- Release: 4%{?dist}

+ Release: 1%{?dist}

  Summary: A cross-platform windowing and multimedia library for Python

  

  License: BSD
@@ -13,7 +13,7 @@ 

  # The upstream tarball includes some non-free files in the examples and tests,

  # and a patented texture compression algorithm.

  # Run the following (in rpmbuild/SOURCES) to generate the distributed tarball:

- # $ bash pyglet-get-tarball.sh pyglet-1.3.2

+ # $ bash pyglet-get-tarball.sh 1.3.2

  # See the script for details.

  Source0: %{versionedname}-repacked.tar.gz

  Source1: pyglet-get-tarball.sh
@@ -82,14 +82,18 @@ 

  

  %files -n python3-%{srcname}

  %license LICENSE

- %doc README

+ %doc README.md

+ %doc RELEASE_NOTES

  %doc NOTICE

- %doc PKG-INFO

  %{python3_sitelib}/%{versionedname}-py%{python3_version}.egg-info

  %{python3_sitelib}/%{srcname}

  

  

  %changelog

+ * Wed Oct 23 2019 Petr Viktorin <pviktori@redhat.com> - 1.4.6-1

+ - Update to release 1.4.6

+ - Update upstream release URL

+ 

  * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.4.1-4

  - Rebuilt for Python 3.8.0rc1 (#1748018)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pyglet-1.4.1-repacked.tar.gz) = 6cc19871bf319a0fae1f31cec557c1a119bdcce362deef1e9a49f7b1f81acc4f5fb6cf62beeffb8fc7a9432f52b9d3b5d5b9ef2a614776b70f1f86692641a37c

+ SHA512 (pyglet-1.4.6-repacked.tar.gz) = 20f3b5c762de1ae1247109a40af4c659f15ee2e900c44cd072dce6ff2cf0bfd909a84b4581addfe8870af9151e5cc90a06d88e1fbdaa282f8156f2bedd7c6e59

Also, update upstream release URL

Don't forget to update the sources (via fedpkg new-sources).

1 new commit added

  • Update sources
4 years ago

Not sure what happned here. Have I pushed this?

I have. Thanks for the comment on updating sources; that always gets me :)

Pull-Request has been closed by churchyard

4 years ago

And another thing that always gets me is PRs not closing themselves :/

And another thing is that the update branch is not in your fork but in the base repo.

Sometimes, the PR workflow gets in the way :D