forked from pool/python-osc-tiny
- Release 0.6.4 * Handle 40x (x!=1) responses properly in `HttpSignatureAuth` OBS-URL: https://build.opensuse.org/request/show/990085 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=40
141 lines
5.0 KiB
Plaintext
141 lines
5.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Jul 19 07:01:51 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.6.4
|
|
* Handle 40x (x!=1) responses properly in `HttpSignatureAuth`
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 18 07:55:16 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.6.3
|
|
* Do not assume that `oscrc` contains the SSH passphrase
|
|
* Handle absence of `sshkey` in `.oscrc` gracefully
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 30 08:48:29 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.6.2
|
|
* Added `cmd` method to `Build` extension
|
|
* Fixes for sessions and authentication:
|
|
* Use thread-safe sessions and support huge trees again
|
|
* Support for server returning multiple `WWW-Authenticate` headers
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 09:49:36 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.6.1
|
|
* Removed obsolete parser instance to allow pickling of Osc instances
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 9 11:53:07 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.6.0
|
|
* Support for the "Signature authentication scheme"
|
|
* Revised method to retrieve credentials from `osc`
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 17 13:03:24 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.5.0
|
|
* Added capability to log API requests (without headers!) and responses
|
|
* Make it possible to add a comment when pushing files
|
|
* Added method to get build history
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 20 10:54:08 UTC 2022 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.4.2
|
|
* Bugfix: Explicitly quote special characters in URLs
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 22 10:45:07 UTC 2021 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.4.1
|
|
* Bugfix for configuration utilities
|
|
|
|
- Release 0.4.0
|
|
* Added support to parse `osc` configuration
|
|
* Bugfix for `origin` extension
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 24 10:49:30 UTC 2021 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.3.3
|
|
* Added the `expand` parameter to some methods of the packages extension.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 7 08:24:06 UTC 2021 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Release 0.3.2
|
|
* Support cached_property decorator from the OpenSUSE package
|
|
|
|
- Release 0.3.1
|
|
* Support for PyYAML without libyaml
|
|
|
|
- Release 0.3.0
|
|
* Added osctiny.extensions.origin
|
|
* Added osctiny.utils.mapping
|
|
* Removed support for all Python version prior to 3.6
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 15 10:52:18 UTC 2020 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- version update to 0.2.4
|
|
* Added osctiny.extensions.buildresults.Build.get_binary()
|
|
* Added osctiny.extensions.buildresults.Build.get_package_list()
|
|
* Changed osctiny.osc.Osc.get_objectified_xml() to accept request objects and strings
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 29 06:38:31 UTC 2020 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- version update to 0.2.3
|
|
* Added the `distributions` extension
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 2 14:00:34 UTC 2020 - pgajdos@suse.com
|
|
|
|
- for python2, require python2-unittest2 and python2-mock for build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 27 13:45:55 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 0.2.2
|
|
* Added the `issues` extension
|
|
* Give (read only) access to issues and issue trackers known to BuildService
|
|
* Set version to 0.2.2
|
|
* Dirty hacks for Python2 compatibility
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 9 12:46:29 UTC 2020 - Chen Huang <chhuang@suse.com>
|
|
|
|
- Updated to version 0.2.1
|
|
- Allow invalid timestamps during changelog parsing
|
|
- Removed dependency of the future package
|
|
- Backport for Python2 compatibility
|
|
- Bugfixes for :py:mod:`osctiny.utils.changelog`
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 30 15:53:34 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Version 0.1.11
|
|
- Changed structure of sub-modules
|
|
- Added `osctiny.utils.changelog`
|
|
- Added parameter `expand` to `osctiny.extensions.packages.Package.get_file`
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 11:36:51 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Source package instead of _serive "download_files"
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 10:38:41 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- Version 0.1.10
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 10:13:08 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- New package osc-tiny (version 0.1.9)
|