#5 Update to 5.4.3
Merged 4 years ago by mrunge. Opened 4 years ago by ykarel.
rpms/ ykarel/python-pbr master  into  master

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

  /pbr-4.1.1.tar.gz

  /pbr-4.2.0.tar.gz

  /pbr-5.1.2.tar.gz

+ /pbr-5.4.3.tar.gz

file modified
+8 -4
@@ -7,8 +7,8 @@ 

  %endif

  

  Name:           python-%{pypi_name}

- Version:        5.1.2

- Release:        7%{?dist}

+ Version:        5.4.3

+ Release:        1%{?dist}

  Summary:        Python Build Reasonableness

  

  License:        ASL 2.0
@@ -17,9 +17,11 @@ 

  

  BuildArch:      noarch

  

+ BuildRequires:  git

  %if %{without bootstrap}

  BuildRequires: python3-sphinx >= 1.1.3

  BuildRequires: python3-openstackdocstheme

+ BuildRequires: python3-sphinxcontrib-apidoc

  %endif

  

  
@@ -44,7 +46,6 @@ 

  BuildRequires:  python2-testresources

  BuildRequires:  python2-testscenarios

  BuildRequires:  gcc

- BuildRequires:  git

  BuildRequires:  gnupg

  %endif

  Requires:       python2-setuptools
@@ -67,7 +68,7 @@ 

  Manage dynamic plugins for Python applications

  

  %prep

- %setup -q -n %{pypi_name}-%{version}

+ %autosetup -n %{pypi_name}-%{version} -S git

  

  rm -rf {test-,}requirements.txt pbr.egg-info/requires.txt

  
@@ -122,6 +123,9 @@ 

  %{python3_sitelib}/%{pypi_name}

  

  %changelog

+ * Tue Sep 10 2019 Yatin Karel <ykarel@redhat.com> - 5.4.3-1

+ - Update to 5.4.3

+ 

  * Sat Aug 17 2019 Miro HronĨok <mhroncok@redhat.com> - 5.1.2-7

  - Rebuilt for Python 3.8

  

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

- SHA512 (pbr-5.1.2.tar.gz) = eee46eafe2fa1cfc49ff88c822a7d99511500559c371cd0d484d374204379cc577114d27e6a583b0bc57fd38724965074115b952917d8db5e4f4ae0c069bf4c4

+ SHA512 (pbr-5.4.3.tar.gz) = 546a24a84152f7e6929e456de08302fbc0a6f736d2b6a88078c4e07eb1c12736c88d5319a3e756c14ad11e879fd9efbcd5f14b4159f11526080561534543e2df

Also setup pbr with git, as without it it fails building
doc as it couldn't detect pbr version.

Pull-Request has been merged by mrunge

4 years ago