2018-09-17 11:12:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 17 09:04:10 UTC 2018 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.9:
|
|
|
|
* second place where zip file handling can crash
|
|
|
|
- enable test suite
|
|
|
|
|
2018-09-17 10:23:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 17 08:23:01 UTC 2018 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.9:
|
|
|
|
* avoid crashes due to false is_zipfile() response
|
|
|
|
* Add python-flake8 to test suite package list
|
|
|
|
* Fix indentation of condition
|
|
|
|
* Fix basename to match documentation (#54)
|
|
|
|
* Add build-dependency on flake8 to fix Debian builds
|
|
|
|
|
2017-12-11 16:54:29 +01:00
|
|
|
-------------------------------------------------------------------
|
2017-12-12 11:09:41 +01:00
|
|
|
Mon Dec 11 15:50:24 UTC 2017 - fschreiner@suse.de
|
2017-12-11 16:54:29 +01:00
|
|
|
|
|
|
|
- Update to version 0.5.8:
|
2017-12-13 12:29:41 +01:00
|
|
|
* fixes boo#1072359
|
2017-12-11 16:54:29 +01:00
|
|
|
* code cleanup and some refactoring
|
|
|
|
* cli options --debug and --regex
|
|
|
|
* new targets (test/clean) for Makefile
|
|
|
|
* initial .gitignore
|
|
|
|
* Mention that tests may take some time in README.md
|
|
|
|
* Fix pip/zypper tests for python3
|
|
|
|
* enforce files to be decoded as UTF-8
|
|
|
|
* Don't let version check get beyond path boundary
|
|
|
|
* Slightly reorganize README.md file
|
|
|
|
|
2017-11-06 17:17:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 6 16:16:21 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- add requires to python3, since Leap 15.0 still does not have
|
|
|
|
the fileprovides
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 06 15:33:21 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.7:
|
|
|
|
* added gitignore
|
|
|
|
* added target 'clean' in Makefile
|
|
|
|
* Added new target 'test' to Makefile
|
|
|
|
* fix flake8 error 'do not use bare except'
|
|
|
|
* Reverting patch for setlocale as it breaks in containers
|
|
|
|
|
2017-10-30 16:59:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 30 15:59:17 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.7:
|
|
|
|
* workaround for python3 locale problems in factory
|
|
|
|
* add a hint to flake8
|
|
|
|
* satisfy flake8
|
|
|
|
* skip also sha256sums check for Arch
|
|
|
|
|
2017-10-10 09:40:00 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 10 07:39:43 UTC 2017 - dmueller@suse.com
|
|
|
|
|
|
|
|
- switch to python3 for less ancient distros
|
|
|
|
|
2017-09-19 15:04:42 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 19 12:26:06 UTC 2017 - opensuse-packaging@opensuse.org
|
|
|
|
|
|
|
|
- Avoid half-converting Debian native pkgs to non-native pkgs
|
|
|
|
- Simplify the pip version handling
|
|
|
|
- travis: Do not use "--use-mirrors" when using pip
|
|
|
|
- travis: Test python 3.6
|
|
|
|
|
2017-07-03 09:21:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 3 07:21:33 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- try to avoid python-packaging to support non-SUSE distros
|
|
|
|
|
2017-04-27 14:55:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 27 12:48:11 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.6:
|
|
|
|
* strip \n from version in obsinfo
|
|
|
|
|
2017-03-02 10:24:45 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 02 09:23:45 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.5:
|
|
|
|
* read version from .obsinfo file if available
|
|
|
|
* Add support for Collax build recipes
|
|
|
|
|
2017-01-13 14:07:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jan 13 13:06:53 UTC 2017 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.4:
|
|
|
|
* support obscpio archives
|
|
|
|
* do not strip release number in debian, but setting it back
|
|
|
|
|
2016-04-22 11:06:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 21 11:54:41 UTC 2016 - opensuse-packaging@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 0.5.3:
|
|
|
|
* VersionDetector._autodetect: prioritize the directory name over the file name
|
|
|
|
|
2016-04-10 18:38:24 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 08 13:28:43 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.5.3:
|
|
|
|
* Don't add unconverted_version unconditionally
|
|
|
|
|
2016-03-07 12:58:41 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 03 16:42:56 UTC 2016 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.5.3:
|
|
|
|
+ Use old version from testing data instead of hardcoding
|
|
|
|
+ Fix replacement of empty tags
|
|
|
|
+ Fix empty version checks for debian/changelog
|
|
|
|
+ fix when switching from .dev to non-dev version
|
|
|
|
|
2015-08-19 11:28:02 +02:00
|
|
|
-------------------------------------------------------------------
|
2015-09-03 09:26:39 +02:00
|
|
|
Thu Sep 03 07:21:55 UTC 2015 - adrian@suse.de
|
2015-08-19 11:28:02 +02:00
|
|
|
|
2015-09-03 09:26:39 +02:00
|
|
|
- Update to version 0.5.3:
|
|
|
|
+ Set pkgver and pkgrel for PKGBUILD files (fixes #21)
|
|
|
|
+ Fix python3 compat
|
2015-08-19 11:28:02 +02:00
|
|
|
|
2015-08-17 17:15:37 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 17 15:14:11 UTC 2015 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.2:
|
|
|
|
+ fix it ... it only worked with "disabledrun" mode by luck
|
|
|
|
|
2015-07-28 08:18:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jul 28 06:17:48 UTC 2015 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.1:
|
|
|
|
+ Make python-packaging runtime dep optional
|
|
|
|
+ Fix %setup handling for python spec files
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 27 08:50:38 UTC 2015 - adrian@suse.de
|
|
|
|
|
|
|
|
- Recommends python-packaging
|
|
|
|
|
2015-07-24 08:29:26 +02:00
|
|
|
-------------------------------------------------------------------
|
2015-07-24 10:45:23 +02:00
|
|
|
Fri Jul 24 08:12:15 UTC 2015 - tbechtold@suse.com
|
|
|
|
|
|
|
|
- Require python-packaging
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-07-24 08:29:26 +02:00
|
|
|
Fri Jul 24 06:27:51 UTC 2015 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.5.0:
|
|
|
|
+ Add Makefile with install target
|
|
|
|
+ Change debian source format to 'native'
|
|
|
|
+ Fix tar file detection for PKGBUILD
|
|
|
|
+ Add Testsuite and README.md
|
|
|
|
+ - empty dummy commit to test travis hook
|
|
|
|
+ Disable py26, enable py{33,34} for tests
|
|
|
|
+ Add basic test for debian changelogs
|
|
|
|
+ Add travis build status image to README
|
|
|
|
+ Also do negative test for debian/changelog
|
|
|
|
+ Move testdata to .json files
|
|
|
|
+ Move _write_tarfile() to base test class
|
|
|
|
+ Remove python 2.6 compat import
|
|
|
|
+ Reuse test data for debian changelog tests
|
|
|
|
+ Rewrite set_version in python
|
|
|
|
+ Install devscripts in travis-ci test env
|
|
|
|
+ Restructure version detection code
|
|
|
|
+ Allow files in test tarballs
|
|
|
|
+ Add package type detection for python
|
|
|
|
+ Add version converter for python packages
|
|
|
|
+ Run python version converter tests with dpkg
|
|
|
|
+ Add function to add or replace a %define
|
|
|
|
+ Fix problem with replacing tags in spec files
|
|
|
|
+ Add function to replace %{version} in %setup
|
|
|
|
+ Add custom line support for _write_specfile func
|
|
|
|
+ Finally use version conversion for python packages
|
|
|
|
+ Skip some tests if zypper or dpkg are unavailable
|
|
|
|
+ Use python binary from virtualenv
|
|
|
|
|
2014-09-12 13:09:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 11 12:44:10 UTC 2014 - jblunck@infradead.org
|
|
|
|
|
|
|
|
- Update to version 0.4.2:
|
|
|
|
+ Release 0.4.2 - Update Debian changelog
|
|
|
|
|
2014-09-10 17:42:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 10 15:40:33 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.4.2:
|
|
|
|
+ the extension needs to be \.
|
|
|
|
+ test with defined() at ./set_version line 118.
|
|
|
|
+ Fix processing of --file parameter
|
|
|
|
+ Add support for setting the version in debian.changelog
|
|
|
|
+ Sort local file list based on modification time (newest first)
|
|
|
|
|
2014-07-10 17:36:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jul 9 12:02:43 UTC 2014 - jblunck@infradead.org
|
|
|
|
|
|
|
|
- Update to version 0.4.1:
|
|
|
|
+ Add support to automatically detect version based on Debian changelog file
|
|
|
|
+ Initial debianization
|
|
|
|
+ Handle PKGBUILD files generated by services
|
|
|
|
|
2014-03-17 10:53:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 17 09:52:56 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.4.1:
|
|
|
|
+ - drop old bash version
|
|
|
|
+ - fix PKGBUILD version setting
|
|
|
|
+ fix help text
|
|
|
|
+ support detection from tar ball content
|
|
|
|
+ use warnings pragma
|
|
|
|
+ - replace bash script with a more secure perl version
|
|
|
|
+ fix urgent quoting bugs
|
|
|
|
+ Be more liberal in root-dir version detection
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 17 09:51:15 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.4.1:
|
|
|
|
+ - drop old bash version
|
|
|
|
+ - fix PKGBUILD version setting
|
|
|
|
+ fix help text
|
|
|
|
|
2014-03-07 13:07:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Mar 7 12:06:41 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.4.0:
|
|
|
|
+ support detection from tar ball content
|
|
|
|
+ use warnings pragma
|
|
|
|
|
2014-03-06 12:05:23 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 6 11:03:52 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.4.0:
|
|
|
|
This is a rewrite in perl
|
2014-09-16 16:22:04 +02:00
|
|
|
This fixes also a sed commandline injection (bnc#866966 CVE-2014-0593)
|
2014-03-06 12:05:23 +01:00
|
|
|
|
2014-03-06 10:44:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 6 09:43:52 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.3.3:
|
|
|
|
+ ERROR: git log --pretty=format:%s --no-merges 4b090f0cad..4fc9fcb0c2 failed; aborting!
|
|
|
|
|
2014-03-06 08:08:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 6 07:07:51 UTC 2014 - adrian@suse.de
|
|
|
|
|
|
|
|
- Update to version 0.3.3:
|
|
|
|
+ - drop two echo lines which can be used to run random commands
|
|
|
|
|
2014-02-11 17:31:10 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 11 16:29:02 UTC 2014 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.3.2:
|
|
|
|
+ Be more liberal in root-dir version detection
|
|
|
|
|
2014-02-10 10:53:59 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 10 09:53:00 UTC 2014 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.3.1:
|
|
|
|
+ Check tarball content's root-dir for version
|
|
|
|
+ Use a for-loop for different endings
|
|
|
|
|
2013-10-29 15:07:44 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 29 13:47:13 UTC 2013 - speilicke@suse.com
|
|
|
|
|
|
|
|
- Move service to github.com/openSUSE/obs-service-set_version
|
|
|
|
- Add _service file to update package from there
|
|
|
|
- Drop local sources and use tarball from source services
|
|
|
|
|
2013-10-18 16:01:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 8 10:06:26 UTC 2013 - jblunck@opensuse.org
|
|
|
|
|
|
|
|
- Take Debian version and revision number from debian.changelog file
|
|
|
|
|
2013-05-13 14:22:59 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 16 09:30:01 UTC 2013 - adrian@suse.de
|
|
|
|
|
|
|
|
- add support for PKGBUILD aka Arch Linux files
|
|
|
|
|
2012-06-26 17:11:38 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 26 15:01:27 UTC 2012 - saschpe@suse.de
|
|
|
|
|
|
|
|
- Preserve whitespaces in Version: and Requires: lines
|
|
|
|
|
2012-02-15 17:17:11 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 14 20:01:13 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- only change the first occurrence of Version: header
|
|
|
|
- output useful info during run
|
|
|
|
- when auto-detecting the version, use the newest matching file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 14 17:54:29 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- patch License to follow spdx.org standard
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 30 17:54:19 GMT 2012 - aspiers@suse.com
|
|
|
|
|
|
|
|
- add --basename to usage help text
|
|
|
|
|
2011-07-12 08:12:48 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 8 15:43:23 UTC 2011 - andrea@opensuse.org
|
|
|
|
|
|
|
|
- do not delete mandriva/fedora macros in release when reset the
|
|
|
|
release number
|
|
|
|
|
2010-12-26 19:13:48 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 14 06:50:01 UTC 2010 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- support detecting the version from *.tbz2 files
|
|
|
|
|
2010-12-05 20:35:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 5 19:36:00 UTC 2010 - adrian@suse.de
|
|
|
|
|
|
|
|
- initial package of service
|
|
|
|
- fix set version, when also release number is reset
|
|
|
|
|