24 Commits

Author SHA256 Message Date
e5b65141ad Accepting request 894049 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/894049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=12
2021-05-20 17:24:41 +00:00
051fa3fd29 Accepting request 894039 from home:pgajdos:python
- use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/894039
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=24
2021-05-18 12:23:07 +00:00
2d9d2979d5 Accepting request 809416 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/809416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=11
2020-06-05 17:59:02 +00:00
Tomáš Chvátal
1c4c90584e Accepting request 809234 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/809234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=21
2020-05-27 10:13:00 +00:00
e82613e3e3 Accepting request 790740 from devel:languages:python
- Update to 1.5.0:
  * Backward Compatibility:
    + Keep output as native string so we can compatible with python2 interface
  * Bug Fixes:
    + Fix detection of RHEL 6 ComputeNode [#255]
    + Fix Oracle 4/5 lsb_release id and names [#250]
    + Ignore /etc/plesk-release file while parsing distribution

OBS-URL: https://build.opensuse.org/request/show/790740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=10
2020-04-07 08:20:42 +00:00
Steve Kowalik
4d1aada789 - Update to 1.5.0:
* Backward Compatibility:
    + Keep output as native string so we can compatible with python2 interface
  * Bug Fixes:
    + Fix detection of RHEL 6 ComputeNode [#255]
    + Fix Oracle 4/5 lsb_release id and names [#250]
    + Ignore /etc/plesk-release file while parsing distribution

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=19
2020-04-02 04:21:03 +00:00
e2281ab259 Accepting request 679035 from devel:languages:python
- Update to version 1.4.0:
 * Backward Compatibility:
  * Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)]
 * Bug Fixes:
  * Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)]
  * Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)]
  * Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)]
 * Docs:
  * Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)]
 * Release:
  * Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)]

OBS-URL: https://build.opensuse.org/request/show/679035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=9
2019-02-26 21:20:23 +00:00
Sebastian Wagner
05d917170d - Update to version 1.4.0:
* Backward Compatibility:
  * Prefer the VERSION_CODENAME field of os-release to parsing it from VERSION [[#230](https://github.com/nir0s/distro/pull/230)]
 * Bug Fixes:
  * Return _uname_info from the uname_info() method [[#233](https://github.com/nir0s/distro/pull/233)]
  * Fixed CloudLinux id discovery [[#234](https://github.com/nir0s/distro/pull/234)]
  * Update Oracle matching [[#224](https://github.com/nir0s/distro/pull/224)]
 * Docs:
  * Distro is the recommended replacement for platform.linux_distribution [[#220](https://github.com/nir0s/distro/pull/220)]
 * Release:
  * Use Markdown for long description in setup.py [[#219](https://github.com/nir0s/distro/pull/219)]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=17
2019-02-10 13:34:54 +00:00
Stephan Kulow
8de2c3ff82 Accepting request 672250 from devel:languages:python
- Drop useless BuildRequires of python-flake8 and python-pytest-cov

OBS-URL: https://build.opensuse.org/request/show/672250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=8
2019-02-08 11:11:59 +00:00
Thomas Bechtold
36979366d7 - Drop useless BuildRequires of python-flake8 and python-pytest-cov
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=15
2019-02-06 17:35:00 +00:00
Stephan Kulow
4a73d45558 Accepting request 671830 from devel:languages:python
- Add assert_locale.patch to warn about wrong locale.

OBS-URL: https://build.opensuse.org/request/show/671830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=7
2019-02-06 13:06:41 +00:00
9689d35fcd Add assert_locale.patch to warn about wrong locale.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=13
2019-02-05 10:56:20 +00:00
46673cc09e Accepting request 617150 from devel:languages:python
- Enable tests properly (this is pytest, not unittest), 
  it is necessary to explicitly set locale to an Unicode one
  (https://github.com/nir0s/distro/issues/223)

OBS-URL: https://build.opensuse.org/request/show/617150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=6
2018-06-29 20:27:00 +00:00
1e406ccb9d Enable tests properly (this is pytest, not unittest)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=11
2018-06-13 17:21:24 +00:00
b94c351c3f Accepting request 606299 from devel:languages:python
- update to version 1.3.0:
 * improvements for other operating systems
 * documentation:
  * Add Ansible reference implementation and fix arch-linux link (#213)
  * Add facter reference implementation (#213)

OBS-URL: https://build.opensuse.org/request/show/606299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=5
2018-05-11 07:19:05 +00:00
Sebastian Wagner
bb5874f9c1 - update to version 1.3.0:
* improvements for other operating systems
 * documentation:
  * Add Ansible reference implementation and fix arch-linux link (#213)
  * Add facter reference implementation (#213)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=9
2018-05-10 09:47:33 +00:00
f1a9ce2d9f Accepting request 577093 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/577093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=4
2018-02-16 20:44:26 +00:00
2dc20ac982 - Include in SLE 15 (FATE#324993, boo#997614))
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=7
2018-02-08 19:06:12 +00:00
a47b94fda4 Accepting request 560908 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/560908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=3
2018-01-01 21:35:36 +00:00
Sebastian Wagner
68b37857fa - update to version 1.2.0:
* Explicitly set Python versions for flake8 tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=5
2017-12-24 19:11:57 +00:00
f5618015c5 Accepting request 555306 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/555306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=2
2017-12-11 17:56:25 +00:00
Sebastian Wagner
62130eee69 - update to version 1.1.0 / 1.0.5:
* Include resources needed for tests and docs in source tarballs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=3
2017-12-01 17:38:49 +00:00
06eda7a7de Accepting request 512451 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/512451
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-distro?expand=0&rev=1
2017-08-24 16:41:59 +00:00
2ed3c2b3b4 Accepting request 512048 from home:sebix
now with %%license to fix 42.3 build

OBS-URL: https://build.opensuse.org/request/show/512048
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-distro?expand=0&rev=1
2017-07-24 18:55:24 +00:00