#1 update version 0.5.5 -> 0.5.8
Closed 5 years ago by duriantang. Opened 5 years ago by duriantang.
https://github.com/duriantang/update-bumpversion.git update_with_upstream  into  master

clean sources
Hui Tang • 5 years ago  
update version 0.5.5 -> 0.5.8
Hui Tang • 5 years ago  
bumpversion.spec
file modified
+7 -4
@@ -2,14 +2,14 @@

  %global ghname bump2version

  

  Name:           bumpversion

- Version:        0.5.5

- Release:        2%{?dist}

+ Version:        0.5.8

+ Release:        1%{?dist}

  Summary:        Version-bump your software with a single command

  

  Group:          Development/Tools

  License:        MIT

  URL:            https://github.com/%{ghuser}/%{ghname}

- Source0:        https://github.srcurl.net/%{ghuser}/%{ghname}/v%{version}/%{ghname}-%{version}.tar.gz

+ Source0:        https://github.srcurl.net/%{ghuser}/%{ghname}/v%{version}/%{ghname}-v%{version}.tar.gz

  

  BuildArch:      noarch

  BuildRequires:  python3-devel
@@ -39,7 +39,7 @@

  

  

  %files

- %doc README.rst

+ %doc README.md

  %license LICENSE.rst

  %attr(0755,root,root) %{_bindir}/%{name}

  %dir %{python3_sitelib}/%{name}
@@ -50,6 +50,9 @@

  

  

  %changelog

+ * Thu May 03 2018 Hui Tang <duriantang@gmail.com> - 0.5.8-1

+ - update to version 0.5.8

+ 

  * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.5-2

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

  

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

- SHA512 (bump2version-0.5.5.tar.gz) = b0f4fe4a56da28572bb7b0e214a445cb943d53d570ba68729583f6d3400569b5b382240fb5d30cdc070542b0ab0ec5037076d38da4dceb9cb9a8a692846d2497

+ 

no initial comment

update version 0.5.5 -> 0.5.8

Why do you leave sources empty?

Pull-Request has been closed by duriantang

5 years ago