#4 Bump to 0.13.0
Closed 4 years ago by fbo. Opened 4 years ago by fbo.
rpms/ fbo/python-gear bump-0.13.0  into  master

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

  /gear-*.tar.gz

+ /0.13.0.tar.gz

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

  %global srcname gear

  

  Name: python-%{srcname}

- Version: 0.11.0

- Release: 8%{?dist}

+ Version: 0.13.0

+ Release: 1%{?dist}

  Summary: Pure Python Async Gear Protocol Library

  

  License: ASL 2.0

- URL: https://github.com/openstack-infra/%{srcname}

- Source0: http://tarballs.openstack.org/gear/gear-%{version}.tar.gz

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

+ source0: https://opendev.org/opendev/gear/archive/%{version}.tar.gz

  

  BuildArch: noarch

  
@@ -41,12 +41,13 @@ 

  Requires: python3-extras

  Requires: python3-daemon

  Requires: python3-pbr

+ Requires: python3-six

  %{?python_provide:%python_provide python3-%{srcname}}

  

  %description -n python3-%{srcname} %_description

  

  %prep

- %autosetup -n %{srcname}-%{version} -S git

+ %autosetup -n %{srcname} -S git

  # Let RPM handle the dependencies

  rm -rf {test-,}requirements.txt

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

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

  

  %changelog

+ * Wed Jun 12 2019 Fabien Boucher <fboucher@redhat.com>

+ - Update to 0.13.0

+ 

  * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

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

- SHA512 (gear-0.11.0.tar.gz) = 611f23fc2c45b227bd217778619a37c2d392dfc962751ac67ec6c4c41f19c1e3498adb95314843acf986130dfa0f48a0ff1007ceb85c01b48bc115c2eabd38b9

+ SHA512 (0.13.0.tar.gz) = d4f5e1e77c744b97d0859f8557fd44e489becf35003b0a2733ffd6b5816ce7f215e35f35f7710c563931d4a13a29d3b15fee1624c5a39746e4e5c7689142a925

@@ -0,0 +1,10 @@ 

+ - hosts: '{{ hosts | default("localhost") }}'

+   vars:

+     package: python3-gear

+   tasks:

+     - name: Check if package exists

+       command: "rpm -q {{ package }}"

+       args:

+         warn: no

+     - name: Runtest

+       shell: "python3 -c 'import gear'"

file added
+11
@@ -0,0 +1,11 @@ 

+ ---

+ - hosts: localhost

+   roles:

+   - role: standard-test-beakerlib

+     tags:

+     - classic

+     - atomic

+     tests:

+     - simple-test

+     required_packages:

+     - python3-gear

no initial comment

Build failed.

1 new commit added

  • Provide STI tests
4 years ago

Build failed.

I apologize if you receive to much notification about the comment of that PR. I'm debugging why src.fedoraproject.org no longer send web hook payload.

Build succeeded.

Build succeeded.

Pull-Request has been closed by fbo

4 years ago