Changelog for
obs-service-obs_scm-0.10.46-351.1.noarch.rpm :
* Thu Aug 01 2024 adrianAATTsuse.de- Update to version 0.10.46:
* [dist] fix BuildRequires for older distros like SLE12
* Thu Aug 01 2024 adrianAATTsuse.de- Update to version 0.10.45:
* [dist] fix shebang substitution in spec for py2
* Wed Jul 31 2024 adrianAATTsuse.de- Update to version 0.10.44:
* import submit request change
* Support updating submodules to main branch
* do not skip \"--reference\" if package-meta ...
* cpio: Do not follow symlinks in \'touch\'
* Support URL hostname in keyring
* gbp: use --git-export
* Update debian/changelog for 0.10.43
* disable compile python in debian package
* update dist/debian.dsc to match debian packaging
* Update debian debhelper dependency
* Fix description-synopsis-starts-with-article
* Fix priority-extra-is-replaced-by-priority-optional
* Debian compat from 8 to 10
* Debian X-Python version no longer needed
* Fix Lintian error about missing python3 dep
* enable the GBP service
* Fixed filtering of include/exclude when topdir has escape characters.
* Fix setting svn credentials in the command line
* Wed Jul 31 2024 Adrian Schröter
- update to version 0.10.44:
* Support updating submodules to main branch
* Debian packaging for gbp service
* do not skip \"--reference\" if package-meta is enabled and git\'s partial clone is used.
* Fixed filtering of include/exclude when topdir has escape characters.
* Fix setting svn credentials in the command line
* cpio: Do not follow symlinks in \'touch\'
* Support URL hostname in keyring
* debian package updates
* Thu Jul 25 2024 Bjørn Lie - \"Downgrade\" bzr, mercurial and subversion Recommends to Suggests.
* Fri Jun 14 2024 Matej Cepl - Fix shebang of the script to use the explicit version of Python (bsc#1212476).
* Wed Feb 21 2024 Adrian Schröter - Update to version 0.10.43:
* Allow to use \"tar\" service also standalone.
* Wed Jan 17 2024 Dirk Müller - add support for AL2023
* Thu Jul 20 2023 FSchreinerAATTsuse.com- Update to version 0.10.41:
* fix for python2
* Tue Jul 18 2023 FSchreinerAATTsuse.com- Update to version 0.10.40:
* [dist] updated debian changelog
* Add Python 3.12 to GitHub Actions
* Switch from ConfigParser.readfp to ConfigParser.read_string
* Wed Jul 05 2023 dmuellerAATTsuse.com- Update to version 0.10.39:
* Add gpg as a dependency (needed for gpg validation)
* Wed Jul 05 2023 dmuellerAATTsuse.com- Update to version 0.10.38:
* Python 2 is no longer supported by GitHub actions, stop testing it
* FD leak / flake8 / py311 fixes
* updated debian files
* disabled pylint \'no-member\' because of false positives in py311
* removed unittest2 from BuildRequires in spec
* fixed fixtures and new Exception class
* updated KankuFile to Tumbleweed and removed python2 tests
* Fri May 19 2023 adrianAATTsuse.de- Update to version 0.10.36:
* fix broken tar ball from 0.10.35 release
* Fri May 19 2023 Adrian Schröter - Update to version 0.10.35
* Avoid getting confused by _scmsync.obsinfo files
* Thu Nov 03 2022 FSchreinerAATTsuse.com- Update to version 0.10.34.1667392550.026bf0e:
* Fix testing in GH actions
* make linters happy again
* new find_latest_signed_commit algorithm
* Wed Sep 28 2022 FSchreinerAATTsuse.com- Update to version 0.10.33.1664344889.48d1960:
* check if lock is older than 24 hours
* Fri Sep 09 2022 FSchreinerAATTsuse.com- Update to version 0.10.32.1662712308.31d1884:
* [dist] added Requires to python_path
* improve tar service to handle multiple obsinfo files to create tarball from obscpio
* new ENV \'TAR_SCM_SKIP_CLEANUP\' to make test development/debugging easier
* staple pylint version lower than 2.14 because of breaking changes in config
* do not use python mock
* fix pylint errors in commontests.py
* Fixed testing
* use extra cache dir for partial clone
* fix cache update in case of partial clone
* disable partial clone when subdir is set
* do not set default subdir to \'.\'
* fixes to pass pylint
* enable partial clone feature in git scm
* partial clone feature
* simplify locking to avoid race conditions
* TarSCM.cli: set some defaults to make usage in testing easier
* unlink .lock file after unlocking the cache