Accepting request 758291 from home:bnavigator:branches:devel:languages:python:pytest

- update to version 0.1.2
  - Handle the case where the astropy version is 'unknown'. [#11]
  - Fix declaration of test dependencies. [#9]
- changes on version 0.1.1:
  - Make plugin not crash if astropy is not installed. [#1]
- remove obsolete pytest-astropy-header-pr2.patch
- require astropy >= 3.0 because astropy-helpers is not found [#12]

OBS-URL: https://build.opensuse.org/request/show/758291
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-astropy-header?expand=0&rev=2
This commit is contained in:
2019-12-20 23:46:04 +00:00
committed by Git OBS Bridge
parent 952985b037
commit 52ae739e6d
5 changed files with 16 additions and 51 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Dec 19 16:06:15 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
- update to version 0.1.2
- Handle the case where the astropy version is 'unknown'. [#11]
- Fix declaration of test dependencies. [#9]
- changes on version 0.1.1:
- Make plugin not crash if astropy is not installed. [#1]
- remove obsolete pytest-astropy-header-pr2.patch
- require astropy >= 3.0 because astropy-helpers is not found
-------------------------------------------------------------------
Wed Dec 11 18:49:53 UTC 2019 - code@bnavigator.de