Changelog for
obs-service-appimage-0.10.46-352.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
* Thu Jan 13 2022 FSchreinerAATTsuse.com- Update to version 0.10.30.1641993356.a87e7af:
* Simplifiy conditions for all rhel like distros
* Changed gendered pronoun to be gender neutral
* Wed Jan 12 2022 FSchreinerAATTsuse.com- Update to version 0.10.30.1641990734.bdad8f9:
* fixes for python2.7 compatibility
* fix test cases
* fix various linter problems with pylint 2.11.1
* disable consider-using-f-string in pylint
* added TC for _stash_pop_required
* assertTarIsDeeply now more verbose in case of failure
* remove tearDown/Trace from testenv.py
* fix regression to keep local changes when running in osc
* various fixes to make linter happy
* fix tests for python 2.7
* Thu Dec 23 2021 FSchreinerAATTsuse.com- Update to version 0.10.29.1634038025.85bfc3f:
* fix test cases
* fix various linter problems with pylint 2.11.1
* disable consider-using-f-string in pylint
* added TC for _stash_pop_required
* assertTarIsDeeply now more verbose in case of failure
* remove tearDown/Trace from testenv.py
* fix regression to keep local changes when running in osc
* Mon Sep 20 2021 FSchreinerAATTsuse.com- Update to version 0.10.28.1632141620.a8837d3:
* fix missing \"checkout\" when running in osc
* fix breakage on version detection
* change locale
* Wed Jul 14 2021 FSchreinerAATTsuse.com- Update to version 0.10.27.1626072657.0fb7a03:
* [ci] enhanced github actions for multiple python versions
* Create main.yml
* Change date format from short to %Y%m%d.
* Mon Jun 21 2021 FSchreinerAATTsuse.com- Update to version 0.10.26.1624258505.aed4969:
* almalinux in spec file
* fix include filters for obscpio files
* fix python interpreter for mageia 8
* TarScm: use owner/group root in .obscpio files
* Tue Jun 15 2021 FSchreinerAATTsuse.com- Update to version 0.10.26.1623775884.87f49a8:
* fixed include/exclude filtering
* add \'--\' to git log command if file/dir equal revision exists
* add \'--source\' to git log command
* disabled consider-using-with in .pylint
*rc
* package .gitignore files
* Fix version _none_ generate tarball with \'-\'
* Prevent KeyError in check_for_branch_request method
* removed skipped test case (obsolete since 5 yrs)
* testing for obscpio/obsinfo
* fix regression - obsinfo included the version string
* Revert \"remove useless variables\"
* remove useless variables
* added param --without-version
* extracted dstname to _dstname
* cleanup TarSCM/tasks.py for pylint
* add date/time to logging output for better debugging
* Fix typos
* Fri Mar 12 2021 FSchreinerAATTsuse.com- Update to version 0.10.22.1615538418.07a353d:
* Fix filelist: align config(noreplace) usage with obs-service-download_files
* Support gitlab/github merge requests
* Wed Feb 10 2021 FSchreinerAATTsuse.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 FSchreinerAATTsuse.com- Update to version 0.10.20.1606128060.135ac94:
* fix build for CentOS adn RHEL 8
* filter dirs with \"include\" filter option