17
0
Commit Graph

18 Commits

Author SHA256 Message Date
5bca73977d Accepting request 983319 from home:apritschet:branches:openSUSE:Factory
- Release 0.6.1
  * Removed obsolete parser instance to allow pickling of Osc instances

OBS-URL: https://build.opensuse.org/request/show/983319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=35
2022-06-18 13:07:35 +00:00
a95f37aa58 Accepting request 981497 from home:apritschet:branches:devel:languages:python
- Release 0.6.0
  * Support for the "Signature authentication scheme"
  * Revised method to retrieve credentials from `osc`

OBS-URL: https://build.opensuse.org/request/show/981497
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=33
2022-06-09 15:20:24 +00:00
30c04f1594 Accepting request 977771 from home:apritschet:branches:openSUSE:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/977771
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=31
2022-05-17 18:52:38 +00:00
a4fbcba694 Accepting request 947664 from home:apritschet:branches:openSUSE:Factory
- Release 0.4.2
  * Bugfix: Explicitly quote special characters in URLs

OBS-URL: https://build.opensuse.org/request/show/947664
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=30
2022-01-20 11:12:43 +00:00
65eedf9881 Accepting request 928953 from home:apritschet:branches:devel:languages:python
Updated changelog

OBS-URL: https://build.opensuse.org/request/show/928953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=29
2021-11-03 08:27:17 +00:00
94f4a0919d Accepting request 920859 from home:apritschet:branches:devel:languages:python
Release 0.4.1 contains bugfixes and a new utility to read the `osc` config

OBS-URL: https://build.opensuse.org/request/show/920859
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=28
2021-09-22 12:07:34 +00:00
0591c5aa73 Accepting request 875912 from home:apritschet:branches:openSUSE:Factory
- Release 0.3.3
  * Added the `expand` parameter to some methods of the packages extension.

OBS-URL: https://build.opensuse.org/request/show/875912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=26
2021-03-01 09:55:04 +00:00
a8775f0201 Accepting request 860980 from home:apritschet:branches:openSUSE:Factory
- 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

OBS-URL: https://build.opensuse.org/request/show/860980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=24
2021-01-07 11:37:34 +00:00
a25cec4fcb Accepting request 834578 from home:apritschet:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/834578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=22
2020-09-15 11:21:51 +00:00
Tomáš Chvátal
3b6780812c Accepting request 817606 from home:apritschet:branches:openSUSE:Factory
Version update to 0.2.3 adds the `distributions` extension

OBS-URL: https://build.opensuse.org/request/show/817606
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=20
2020-06-29 07:54:42 +00:00
fb90520f44 Accepting request 816368 from devel:languages:python
revert

OBS-URL: https://build.opensuse.org/request/show/816368
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=19
2020-06-22 13:13:24 +00:00
10986bdc91 Fix changes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=18
2020-06-22 11:43:02 +00:00
8ff875828a - Don't build with python2 (and thus we don't need unittest2
in Factory).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=13
2020-06-22 06:19:32 +00:00
Tomáš Chvátal
bf6ee7a173 Accepting request 810861 from home:pgajdos:python
- for python2, require python2-unittest2 and python2-mock for build

OBS-URL: https://build.opensuse.org/request/show/810861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=11
2020-06-02 16:33:18 +00:00
Tomáš Chvátal
5ff9514932 Accepting request 789040 from home:pgajdos:python
- 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

OBS-URL: https://build.opensuse.org/request/show/789040
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=9
2020-03-27 13:53:56 +00:00
Tomáš Chvátal
632d4b8ddb Accepting request 763922 from home:ChHuang
Update to version 0.2.1

OBS-URL: https://build.opensuse.org/request/show/763922
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=6
2020-01-13 12:03:45 +00:00
Tomáš Chvátal
45b250ad23 Accepting request 760061 from home:apritschet
- Version 0.1.11
- Changed structure of sub-modules
- Added `osctiny.utils.changelog`
- Added parameter `expand` to `osctiny.extensions.packages.Package.get_file`

OBS-URL: https://build.opensuse.org/request/show/760061
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=4
2020-01-02 08:56:37 +00:00
Tomáš Chvátal
c2c240afee - Source package instead of _serive "download_files"
- Version 0.1.10

- New package osc-tiny (version 0.1.9)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-osc-tiny?expand=0&rev=2
2019-12-03 12:11:52 +00:00