#6 Bump to 0.14.0
Merged 4 years ago by fbo. Opened 4 years ago by fbo.
rpms/ fbo/python-gear bump-0.14.0  into  master

file modified
+5 -2
@@ -2,13 +2,13 @@ 

  %global srcname gear

  

  Name: python-%{srcname}

- Version: 0.13.0

+ Version: 0.14.0

  Release: 1%{?dist}

  Summary: Pure Python Async Gear Protocol Library

  

  License: ASL 2.0

  URL: https://opendev.org/opendev/%{srcname}

- source0: https://files.pythonhosted.org/packages/dd/5d/dd1f426dfb936bf5dadd4bbde6bc63a80de7035ea4eda1f97f705832c868/gear-0.13.0.tar.gz

+ source0: https://files.pythonhosted.org/packages/19/87/b4d552f5e7084d6304b10371335e307731dda79006f4a83ab064b8cac8b0/gear-0.14.0.tar.gz

  

  BuildArch: noarch

  
@@ -68,6 +68,9 @@ 

  %{python3_sitelib}/%{srcname}-*egg-info

  

  %changelog

+ * Wed Aug 14 2019 Fabien Boucher <fboucher@redhat.com> - 0.14.0-1

+ - Update to 0.14.0

+ 

  * Tue Jul 30 2019 Fabien Boucher <fboucher@redhat.com> - 0.13.0-1

  - Update to 0.13.0

  

Unable to freeze job graph: Job rawhide-rpm-test depends on rawhide-rpm-koji-scratch-build which was not run.

Build succeeded.

Build succeeded (gate pipeline).

Pull-Request has been merged by fbo

4 years ago

Beware that the sources were not updated:

[fedora-scm]$ fedpkg clone python-gear
Cloning into 'python-gear'...
remote: Counting objects: 110, done.
remote: Compressing objects: 100% (102/102), done.
remote: Total 110 (delta 43), reused 28 (delta 3)
Receiving objects: 100% (110/110), 14.45 KiB | 1.81 MiB/s, done.
Resolving deltas: 100% (43/43), done.
[fedora-scm]$ cd python-gear
[python-gear (master)]$ fedpkg sources 
Downloading gear-0.13.0.tar.gz
######################################################################## 100.0%
[python-gear (master)]$ fedpkg prep


error: Bad source: /home/churchyard/rpmbuild/fedora-scm/python-gear/gear-0.14.0.tar.gz: No such file or directory
Could not execute prep: Failed to execute command.

Yes it was fixed by uploading the new source and by https://src.fedoraproject.org/rpms/python-gear/pull-request/7. I'm still experimenting with this automatic workflow based on Zuul. After PR7 was merged, Zuul run a post job to build on koji, the logs is https://fedora.softwarefactory-project.io/logs/35/353efc74cb5fd4660686feb16cc27884f02b4ed1/post/rawhide-rpm-build/52a1b74/. I think I can write a new Zuul job to detect, in case of version bump, that the source has been uploaded in the cache. That can be a useful early feedback for the packager.