From 88de00d8a6487364ebb6fb23c20218935706969e86029a70b2306e857353006b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 10 Jun 2019 08:15:48 +0000 Subject: [PATCH] Accepting request 708782 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/708782 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-arrow?expand=0&rev=18 --- arrow-0.13.1.tar.gz | 3 --- arrow-0.14.2.tar.gz | 3 +++ python-arrow.changes | 25 +++++++++++++++++++++++++ python-arrow.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 arrow-0.13.1.tar.gz create mode 100644 arrow-0.14.2.tar.gz diff --git a/arrow-0.13.1.tar.gz b/arrow-0.13.1.tar.gz deleted file mode 100644 index b9f9215..0000000 --- a/arrow-0.13.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f54d9f016c0b7811fac9fb8c2c7fa7421d80c54dbdd75ffb12913c55db60b8a -size 148509 diff --git a/arrow-0.14.2.tar.gz b/arrow-0.14.2.tar.gz new file mode 100644 index 0000000..032c7e2 --- /dev/null +++ b/arrow-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41be7ea4c53c2cf57bf30f2d614f60c411160133f7a0a8c49111c30fb7e725b5 +size 102667 diff --git a/python-arrow.changes b/python-arrow.changes index 1f212f3..f4ac287 100644 --- a/python-arrow.changes +++ b/python-arrow.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Jun 8 23:19:40 UTC 2019 - Arun Persaud + +- update to version 0.14.2: + * [CHANGE] Travis CI builds now use tox to lint and run tests. + * [FIX] Fixed UnicodeDecodeError on certain locales (#600). + +- changes from version 0.14.1: + * [FIX] Fixed "ImportError: No module named 'dateutil'" (#598). + +- changes from version 0.14.0: + * [NEW] Added provisional support for Python 3.8. + * [CHANGE] Removed support for EOL Python 3.4. + * [FIX] Updated setup.py with modern Python standards. + * [FIX] Upgraded dependencies to latest versions. + * [FIX] Enabled flake8 and black on travis builds. + * [FIX] Formatted code using black and isort. + +- changes from version 0.13.2: + * [NEW] Add is_between method. + * [FIX] Improved humanize behaviour for near zero durations (#416). + * [FIX] Correct humanize behaviour with future days (#541). + * [FIX] Documentation updates. + * [FIX] Improvements to German Locale. + ------------------------------------------------------------------- Wed Mar 6 12:14:38 UTC 2019 - Tomáš Chvátal diff --git a/python-arrow.spec b/python-arrow.spec index d67ea39..a4b62dc 100644 --- a/python-arrow.spec +++ b/python-arrow.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-arrow -Version: 0.13.1 +Version: 0.14.2 Release: 0 Summary: Better dates and times for Python License: Apache-2.0