* Wed Feb 10 2021 FSchreiner@suse.com
- Update to version 0.10.21.1612422695.2fdf897:
* fixes boo#1127353
* fixes boo#1168573
* activate pylint3.8 and fixed false positives
* don`t sanitize version if versionrewrite_pattern is set
* Mon Feb 01 2021 FSchreiner@suse.com
- Update to version 0.10.20.1606128060.135ac94:
* fix build for CentOS adn RHEL 8
* filter dirs with "include" filter option
* Wed Nov 11 2020 FSchreiner@suse.com
- Update to version 0.10.19.1605080719.3b79112:
* [dist] prefer python3 over python2
* Tue Nov 10 2020 FSchreiner@suse.com
- Update to version 0.10.18.1600256320.569e5be:
* add license file (issue 257)
* additional option verification
* new option '--maintainers-asc' and '--last-signed-tag'
* new option '--latest-signed-commit'
* Remove superflous ')' in an error message.
* Mon Jul 20 2020 FSchreiner@suse.com
- Update to version 0.10.16.1595259906.d3308f5:
* [dist] updated debian control file for use in OBS
* Mon Jul 20 2020 FSchreiner@suse.com
- Update to version 0.10.16.1595245235.15a0df2:
* Build with python 3 for Debian and Ubuntu
* [doc] added allowed urls in documentation of tar_scm.service
* Wed Jun 03 2020 pgajdos@suse.com
- remove unused unittest2 dependency
* Fri May 29 2020 FSchreiner@suse.com
- Update to version 0.10.16.1590752286.5c27247:
* [dist] fix for gbp/fedora (python*-base)
* fix situation when revision has been modified in _service
* Thu May 07 2020 FSchreiner@suse.com
- Update to version 0.10.15.1588842879.5c43eef:
* dist: Convert to multibuild; run test suite in a separate flavor
* Wed Apr 29 2020 FSchreiner@suse.com
- Update to version 0.10.15.1588146746.5cfeeb8:
* fix #boo 1168573 (obsservicerun,obsrun) not exists in client side installation
* Update debian/changelog for latest version
* Helpers: when a command fail, print the command itself too with its output
* git: add support for @PARENT_TAG@ in revision
* Fix build on non-openSUSE distro
* Tue Mar 17 2020 FSchreiner@suse.com
- Update to version 0.10.14.1584435160.d912143:
* [dist] don't install gbp files by default
* [dist] remove python-keyring* from dependcies
* [dist] make gbp switchable in spec file
* Tue Mar 10 2020 FSchreiner@suse.com
- Update to version 0.10.14.1583853599.ccbb399:
* support server side credentials for SCM repos
* Fri Feb 28 2020 adrian@suse.de
- Update to version 0.10.12.1582901608.a1c02c1:
* simplify osc git update case a lot
* fixing revision usage on a commit hash
* Wed Feb 26 2020 FSchreiner@suse.com
- Update to version 0.10.12.1582709176.d82a692:
* fix lost commits on local run
* fix breakage when working on a specific tag/commit
* git-lfs should not be mandatory as tar_scm will never use it
* Allow use of git-lfs only when running obs_scm
* Document _none_ special version in .service
* Version cleanup: don't strip hyphen when building Debian packages
* Add new archive option for Debian: git-buildpackage
* call git stash with LANG=C
* improved comment for method get_changesrevision
* Add debian package dep to git-lfs
* Implement git LFS blobs retrieval
* Fri Jan 24 2020 FSchreiner@suse.com
- Update to version 0.10.11.1579870213.888e79c:
* Add testcase for appimage with empty build section
* Handle missing build entry in appimage.yml
* Fix --mirror argument position for git clone
* Re-enable compatibility with Python 2.6
* fix decoding for locale -a containg non-ASCII
* update_cache in git now does merge
* prefer local branch over remote
* added UnicodeDecodeError to exeption list in archive.py
* fetch rev explicitly if using CACHEDIRECTORY and rev could not be found
* tar_scm.service.in: Add example to match-tag.
* Tue Oct 01 2019 Julio González Gil <jgonzalez@suse.com>
- Fix building and installation for CentOS8, RHEL8 and RES8
* Thu Aug 22 2019 FSchreiner@suse.com
- Update to version 0.10.10.1566390389.9f923f8:
* Revert "Merge pull request #323 from e4t/master"
* Make service 'tar' work with a cachedir as well
* Fix unit tests for modified scm directory handling
* Append '_service' to repository directory
* separate language and encoding
* git: really print the error message
* tar_scm.service: fix exclude documentation
* Don`t break testsuite if cwd contains colons
* disabling hg tests in travis
* Wed Jun 05 2019 FSchreiner@suse.com
- Fixes boo#1138377
- Update to version 0.10.9.1559745964.22c86cd:
* [dist] python3 for SLE12 and openSUSE 42.3
* [dist] enable python3 in SLE >= 12
* fix encoding error for surrogates
* glibc-common was used up to FC23 and RHEL7
* Compile python files before install
* change order in GNUMakefile to prefer python3
* More thorought spec file cleanup
* predefine python version in spec file for GNUMAkefile
* [dist] spec file: python3 only and multidist
* Git also uses the LANGUAGE variable
* centos_version and rhel_version are triple digits
* Minimize diff with the version in openSUSE:Tools
* Fix the logic to pick the locale package on Fedora
* Forgot the guard 0 in one conditional
* Require packages to get the en_US.UTF-8 locales
* enforce bytes for cpio file list
* Tue Jun 04 2019 FSchreiner@suse.com
- Update to version 0.10.9.1559647449.d965035:
* [dist] enable python3 in SLE >= 12
* Wed May 08 2019 Julio González Gil <jgonzalez@suse.com>
- Require external argparse for RHEL6