Accepting request 618823 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/618823 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=41
This commit is contained in:
parent
66afd83702
commit
04a637a049
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ce4cb6fdd4393edd323227cba3a077bceb2a6ce5201c902c65e730046f41f14
|
||||
size 6611941
|
3
Babel-2.6.0.tar.gz
Normal file
3
Babel-2.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cba50f48c529ca3fa18cf81fa9403be176d374ac4d60738b839122dfaaa3d23
|
||||
size 7960433
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 24 15:32:48 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 2.6.0:
|
||||
* Possibly incompatible changes
|
||||
+ Numbers: Refactor decimal handling code and allow bypass of
|
||||
decimal quantization. (@kdeldycke) (PR #538)
|
||||
+ Messages: allow processing files that are in locales unknown to
|
||||
Babel (@akx) (PR #557)
|
||||
+ General: Drop support for EOL Python 2.6 and 3.3 (@hugovk) (PR
|
||||
#546)
|
||||
* Other changes
|
||||
+ CLDR: Use CLDR 33 (@akx) (PR #581)
|
||||
+ Lists: Add support for various list styles other than the
|
||||
default (@akx) (#552)
|
||||
+ Messages: Add new PoFileError exception (@Bedrock02) (PR #532)
|
||||
+ Times: Simplify Linux distro specific explicit timezone setting
|
||||
search (@scop) (PR #528)
|
||||
* Bugfixes
|
||||
+ CLDR: avoid importing alt=narrow currency symbols (@akx) (PR
|
||||
#558)
|
||||
+ CLDR: ignore non-Latin numbering systems (@akx) (PR #579)
|
||||
+ Docs: Fix improper example for date formatting (@PTrottier) (PR
|
||||
#574)
|
||||
+ Tooling: Fix some deprecation warnings (@akx) (PR #580)
|
||||
* Tooling & docs
|
||||
+ Add explicit signatures to some date autofunctions (@xmo-odoo)
|
||||
(PR #554)
|
||||
+ Include license file in the generated wheel package (@jdufresne)
|
||||
(PR #539)
|
||||
+ Python 3.6 invalid escape sequence deprecation fixes (@scop) (PR
|
||||
#528)
|
||||
+ Test and document all supported Python versions (@jdufresne) (PR
|
||||
#540)
|
||||
+ Update copyright header years and authors file (@akx) (PR #559)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 19:35:28 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-Babel-doc
|
||||
Version: 2.5.3
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Internationalization utilities
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 24 15:32:48 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 2.6.0:
|
||||
* Possibly incompatible changes
|
||||
+ Numbers: Refactor decimal handling code and allow bypass of
|
||||
decimal quantization. (@kdeldycke) (PR #538)
|
||||
+ Messages: allow processing files that are in locales unknown to
|
||||
Babel (@akx) (PR #557)
|
||||
+ General: Drop support for EOL Python 2.6 and 3.3 (@hugovk) (PR
|
||||
#546)
|
||||
* Other changes
|
||||
+ CLDR: Use CLDR 33 (@akx) (PR #581)
|
||||
+ Lists: Add support for various list styles other than the
|
||||
default (@akx) (#552)
|
||||
+ Messages: Add new PoFileError exception (@Bedrock02) (PR #532)
|
||||
+ Times: Simplify Linux distro specific explicit timezone setting
|
||||
search (@scop) (PR #528)
|
||||
* Bugfixes
|
||||
+ CLDR: avoid importing alt=narrow currency symbols (@akx) (PR
|
||||
#558)
|
||||
+ CLDR: ignore non-Latin numbering systems (@akx) (PR #579)
|
||||
+ Docs: Fix improper example for date formatting (@PTrottier) (PR
|
||||
#574)
|
||||
+ Tooling: Fix some deprecation warnings (@akx) (PR #580)
|
||||
* Tooling & docs
|
||||
+ Add explicit signatures to some date autofunctions (@xmo-odoo)
|
||||
(PR #554)
|
||||
+ Include license file in the generated wheel package (@jdufresne)
|
||||
(PR #539)
|
||||
+ Python 3.6 invalid escape sequence deprecation fixes (@scop) (PR
|
||||
#528)
|
||||
+ Test and document all supported Python versions (@jdufresne) (PR
|
||||
#540)
|
||||
+ Update copyright header years and authors file (@akx) (PR #559)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 6 19:35:28 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Babel
|
||||
Version: 2.5.3
|
||||
Version: 2.6.0
|
||||
Release: 0
|
||||
Summary: Internationalization utilities
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user