File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,8 +116,8 @@ po-push: potfile
116116bumpver : po-push
117117 read -p " Please see the above message. Verify and push localization commit. Press anything to continue." -n 1 -r
118118
119- @NEWSUBVER=$$((`echo $(VERSION) |cut -d . -f 2 ` + 1)) ; \
120- NEWVERSION=`echo $(VERSION).$$NEWSUBVER |cut -d . -f 1,3 ` ; \
119+ @NEWSUBVER=$$((`echo $(VERSION) |cut -d . -f 3 ` + 1)) ; \
120+ NEWVERSION=`echo $(VERSION).$$NEWSUBVER |cut -d . -f 1,2,4 ` ; \
121121 DATELINE="* `LANG=c date "+%a %b %d %Y"` `git config user.name` <`git config user.email`> - $$NEWVERSION-1" ; \
122122 cl=`grep -n %changelog $(SPECNAME).spec |cut -d : -f 1` ; \
123123 tail --lines=+$$(($$cl + 1)) $(SPECNAME).spec > speclog ; \
Original file line number Diff line number Diff line change 33Name: python-%{srcname }
44Summary: A Python library for creating text UI
55Url: https://github.com/rhinstaller/python-%{srcname }
6- Version: 1.1
6+ Version: 1.1.1
77Release: 1%{?dist }
88# This tarball was created from upstream git:
99# git clone https://github.com/rhinstaller/python-simpleline
@@ -60,6 +60,17 @@ make test
6060%{python3_sitelib }/*
6161
6262%changelog
63+ * Tue Aug 11 2020 Jiri Konecny <jkonecny@redhat.com> - 1.1.1-1
64+ - Use relative imports in tests (jkonecny)
65+ - Solve pylint errors (jkonecny)
66+ - Remove pot file (jkonecny)
67+ - Switch translations to rhel-8 Weblate branch (jkonecny)
68+ - Add potfile to the .gitignore (jkonecny)
69+ - Pause releasing when calling bumpver (jkonecny)
70+ - Remove Zanata from the Simpleline (jkonecny)
71+ - Switch po-push from Zanata to Weblate (jkonecny)
72+ - Download translations from Weblate (jkonecny)
73+
6374* Tue Apr 10 2018 Jiri Konecny <jkonecny@redhat.com> - 1.1-1
6475- Add global configuration initialize test (jkonecny)
6576- Use default password function from GlobalConfiguration (jkonecny)
Original file line number Diff line number Diff line change 22
33from distutils .core import setup
44
5- setup (name = 'simpleline' , version = '1.1' ,
5+ setup (name = 'simpleline' , version = '1.1.1 ' ,
66 description = 'Python text UI framework' ,
77 author = 'Jiri Konecny' , author_email = 'jkonecny@redhat.com' ,
88 url = 'http://git.fedoraproject.org/git/?p=python-simpleline.git' ,
You can’t perform that action at this time.
0 commit comments