15
0

- Version update to 4.0.2:

* Update all pypi.python.org URLs to pypi.org
  * Added rudimentary command line interface.
  * Readme, setup and travis updates.
  * Drop support for Python 2.6 and 3.3.
  * Accept Windows timezone identifiers as valid. #242 
  * Fix ResourceWarnings in setup.py when Python warnings are enabled. #244
  * Fix invalid escape sequences in string and bytes literals. #245
  * Include license file in the generated wheel package. #243
  * Fix non-ASCII TZID and TZNAME parameter handling. #238
  * Docs: update install instructions. #240
  * added vUTCOffset.ignore_exceptions to allow surpressing of failed TZOFFSET parsing (for now this ignores the check for offsets > 24h) 
  * Fix VTIMEZONEs including RDATEs #234.
- Update URL to point to the repo rather than to docs
- Use %license for license install

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-icalendar?expand=0&rev=45
This commit is contained in:
Tomáš Chvátal
2018-08-23 08:17:16 +00:00
committed by Git OBS Bridge
parent 36aca1746d
commit 5190feb011
4 changed files with 31 additions and 13 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Aug 23 08:09:51 UTC 2018 - tchvatal@suse.com
- Version update to 4.0.2:
* Update all pypi.python.org URLs to pypi.org
* Added rudimentary command line interface.
* Readme, setup and travis updates.
* Drop support for Python 2.6 and 3.3.
* Accept Windows timezone identifiers as valid. #242
* Fix ResourceWarnings in setup.py when Python warnings are enabled. #244
* Fix invalid escape sequences in string and bytes literals. #245
* Include license file in the generated wheel package. #243
* Fix non-ASCII TZID and TZNAME parameter handling. #238
* Docs: update install instructions. #240
* added vUTCOffset.ignore_exceptions to allow surpressing of failed TZOFFSET parsing (for now this ignores the check for offsets > 24h)
* Fix VTIMEZONEs including RDATEs #234.
- Update URL to point to the repo rather than to docs
- Use %license for license install
-------------------------------------------------------------------
Tue Jul 4 06:59:44 UTC 2017 - aloisio@gmx.com