commit python-pendulum for openSUSE:Factory

2020-10-29 Thread root
Hello community,

here is the log from the commit of package python-pendulum for openSUSE:Factory 
checked in at 2020-10-29 14:51:47

Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old)
 and  /work/SRC/openSUSE:Factory/.python-pendulum.new.3463 (New)


Package is "python-pendulum"

Thu Oct 29 14:51:47 2020 rev:6 rq:844257 version:2.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes  
2020-04-27 23:37:20.963402759 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pendulum.new.3463/python-pendulum.changes
2020-10-29 14:51:49.645215077 +0100
@@ -1,0 +2,25 @@
+Tue Oct 27 10:26:38 UTC 2020 - Benjamin Greiner 
+
+- Update to version 2.1.2
+  * Added support for build scripts without the setup.py file
+generation in the editable builder (#2718).
+  * Fixed an error occurring when using older lock files (#2717).
+- Changelog for version 2.1.1
+  * Fixed errors where invalid timezones were matched in 
+from_format() (#374).
+  * Fixed errors when subtracting negative timedeltas (#419).
+  * Fixed errors in total units computation for durations 
+with years and months (#482).
+  * Fixed an error where the fold attribute was overridden 
+when using replace() (#414).
+  * Fixed an error where now() was not returning the 
+correct result on DST transitions (#483).
+  * Fixed inconsistent typing annotation for the parse() 
+function (#452).
+  * Added the pl locale (#459).
+- Build the extensions
+- Kill dephell dependency 
+- Disable python2 package (no python2-poetry-core in Leaps 
+  sr#842815)
+
+---

Old:

  2.1.0.tar.gz

New:

  pendulum-2.1.2.tar.gz



Other differences:
--
++ python-pendulum.spec ++
--- /var/tmp/diff_new_pack.ebJxKO/_old  2020-10-29 14:51:50.397215822 +0100
+++ /var/tmp/diff_new_pack.ebJxKO/_new  2020-10-29 14:51:50.401215825 +0100
@@ -17,28 +17,30 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-pendulum
-Version:2.1.0
+Version:2.1.2
 Release:0
 Summary:Python datetimes made easy
 License:MIT
 Group:  Development/Languages/Python
 URL:https://pendulum.eustace.io
 # https://github.com/sdispater/pendulum/issues/453
-Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz
+Source: 
https://github.com/sdispater/pendulum/archive/%{version}.tar.gz#/pendulum-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module poetry-core}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-dateutil >= 2.6}
-BuildRequires:  %{python_module pytz >= 2018.3}
-BuildRequires:  %{python_module pytzdata >= 2018.3}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pytz >= 2020.1}
+BuildRequires:  %{python_module pytzdata >= 2020.1}
 BuildRequires:  %{python_module typing}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-dephell
 Requires:   python-python-dateutil >= 2.6
-Requires:   python-pytz >= 2018.3
-Requires:   python-pytzdata >= 2018.3
+Requires:   python-pytz >= 2020.1
+Requires:   python-pytzdata >= 2020.1
 Requires:   python-typing
 %python_subpackages
 
@@ -47,22 +49,25 @@
 
 %prep
 %setup -q -n pendulum-%{version}
-%dephell_gensetup
 
 %build
 export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%pyproject_install
+%{python_expand # remove source files
+find %{buildroot}%{$python_sitearch} -name '*.c' -delete
+%fdupes %{buildroot}%{$python_sitearch}
+}
 
 %check
-%pytest
+%pytest_arch
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitearch}/pendulum
+%{python_sitearch}/pendulum-%{version}*-info
 
 %changelog




commit python-pendulum for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package python-pendulum for openSUSE:Factory 
checked in at 2020-04-27 23:37:09

Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old)
 and  /work/SRC/openSUSE:Factory/.python-pendulum.new.2738 (New)


Package is "python-pendulum"

Mon Apr 27 23:37:09 2020 rev:5 rq:798127 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes  
2020-04-21 13:09:46.104704721 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pendulum.new.2738/python-pendulum.changes
2020-04-27 23:37:20.963402759 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 08:48:57 UTC 2020 - Tomáš Chvátal 
+
+- Depend on python-dateutil not just dateutil to solve on Leap
+
+---



Other differences:
--
++ python-pendulum.spec ++
--- /var/tmp/diff_new_pack.SeMQu1/_old  2020-04-27 23:37:23.483407678 +0200
+++ /var/tmp/diff_new_pack.SeMQu1/_new  2020-04-27 23:37:23.487407686 +0200
@@ -26,8 +26,8 @@
 URL:https://pendulum.eustace.io
 # https://github.com/sdispater/pendulum/issues/453
 Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz
-BuildRequires:  %{python_module dateutil >= 2.6}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module python-dateutil >= 2.6}
 BuildRequires:  %{python_module pytz >= 2018.3}
 BuildRequires:  %{python_module pytzdata >= 2018.3}
 BuildRequires:  %{python_module setuptools}




commit python-pendulum for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-pendulum for openSUSE:Factory 
checked in at 2020-04-21 13:09:38

Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old)
 and  /work/SRC/openSUSE:Factory/.python-pendulum.new.2738 (New)


Package is "python-pendulum"

Tue Apr 21 13:09:38 2020 rev:4 rq:795784 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes  
2020-03-26 23:35:03.462813681 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pendulum.new.2738/python-pendulum.changes
2020-04-21 13:09:46.104704721 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 10:58:48 UTC 2020 - Tomáš Chvátal 
+
+- Fix build without python2
+
+---



Other differences:
--
++ python-pendulum.spec ++
--- /var/tmp/diff_new_pack.4A07n2/_old  2020-04-21 13:09:47.580707664 +0200
+++ /var/tmp/diff_new_pack.4A07n2/_new  2020-04-21 13:09:47.584707672 +0200
@@ -31,10 +31,10 @@
 BuildRequires:  %{python_module pytz >= 2018.3}
 BuildRequires:  %{python_module pytzdata >= 2018.3}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module typing}
 BuildRequires:  fdupes
 BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  python-typing
 BuildRequires:  python3-dephell
 Requires:   python-python-dateutil >= 2.6
 Requires:   python-pytz >= 2018.3
@@ -47,7 +47,7 @@
 
 %prep
 %setup -q -n pendulum-%{version}
-%{dephell_gensetup}
+%dephell_gensetup
 
 %build
 export CFLAGS="%{optflags}"




commit python-pendulum for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-pendulum for openSUSE:Factory 
checked in at 2020-03-26 23:34:17

Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old)
 and  /work/SRC/openSUSE:Factory/.python-pendulum.new.3160 (New)


Package is "python-pendulum"

Thu Mar 26 23:34:17 2020 rev:3 rq:788489 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes  
2020-03-06 21:27:28.681556758 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pendulum.new.3160/python-pendulum.changes
2020-03-26 23:35:03.462813681 +0100
@@ -1,0 +2,22 @@
+Tue Mar 24 13:18:31 UTC 2020 - pgaj...@suse.com
+
+- version update to 2.1.0
+  Added
+Added better typing and PEP-561 compliance (#320).
+Added the is_anniversary() method as an alias of is_birthday() (#298).
+  Changed
+Dropped support for Python 3.4.
+is_utc() will now return True for any datetime with an offset of 0, 
similar to the behavior in the 1.* versions (#295)
+Duration.in_words() will now return 0 milliseconds for empty durations.
+  Fixed
+Fixed various issues with timezone transitions for some edge cases (#321, 
(#350)).
+Fixed out of bound detection for nth_of("month") (#357).
+Fixed an error where extra text was accepted in from_format() (#372).
+Fixed a recursion error when adding time to a DateTime with a fixed 
timezone (#431).
+Fixed errors where Period instances were not properly compared to other 
classes, especially timedelta instances (#427).
+Fixed deprecation warnings due to internal regexps (#427).
+Fixed an error where the test() helper would not unset the test instance 
when an exception was raised (#445).
+Fixed an error where the week_of_month attribute was not returning the 
correct value (#446).
+Fixed an error in the way the Z ISO-8601 UTC designator was not parsed as 
UTC (#448).
+
+---

Old:

  pendulum-2.0.5.tar.gz

New:

  2.1.0.tar.gz



Other differences:
--
++ python-pendulum.spec ++
--- /var/tmp/diff_new_pack.CqMRIW/_old  2020-03-26 23:35:04.074813902 +0100
+++ /var/tmp/diff_new_pack.CqMRIW/_new  2020-03-26 23:35:04.078813904 +0100
@@ -17,19 +17,25 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-
-%define modname pendulum
-Name:   python-%{modname}
-Version:2.0.5
+Name:   python-pendulum
+Version:2.1.0
 Release:0
 Summary:Python datetimes made easy
 License:MIT
 Group:  Development/Languages/Python
 URL:https://pendulum.eustace.io
-Source: 
https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
+# https://github.com/sdispater/pendulum/issues/453
+Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz
+BuildRequires:  %{python_module dateutil >= 2.6}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module pytz >= 2018.3}
+BuildRequires:  %{python_module pytzdata >= 2018.3}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
+BuildRequires:  python-typing
+BuildRequires:  python3-dephell
 Requires:   python-python-dateutil >= 2.6
 Requires:   python-pytz >= 2018.3
 Requires:   python-pytzdata >= 2018.3
@@ -40,7 +46,8 @@
 Python datetimes made easy
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n pendulum-%{version}
+%{dephell_gensetup}
 
 %build
 export CFLAGS="%{optflags}"
@@ -48,11 +55,14 @@
 
 %install
 %python_install
-%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
+%check
+%pytest
 
 %files %{python_files}
 %doc README.rst
 %license LICENSE
-%{python_sitearch}/*
+%{python_sitelib}/*
 
 %changelog

++ pendulum-2.0.5.tar.gz -> 2.1.0.tar.gz ++
 19654 lines of diff (skipped)




commit python-pendulum for openSUSE:Factory

2020-03-06 Thread root
Hello community,

here is the log from the commit of package python-pendulum for openSUSE:Factory 
checked in at 2020-03-06 21:27:26

Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old)
 and  /work/SRC/openSUSE:Factory/.python-pendulum.new.26092 (New)


Package is "python-pendulum"

Fri Mar  6 21:27:26 2020 rev:2 rq:781317 version:2.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes  
2019-12-04 14:19:40.846402765 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pendulum.new.26092/python-pendulum.changes   
2020-03-06 21:27:28.681556758 +0100
@@ -1,0 +2,5 @@
+Tue Mar  3 13:59:44 UTC 2020 - Axel Braun 
+
+- added pytzdata as dependency 
+
+---



Other differences:
--
++ python-pendulum.spec ++
--- /var/tmp/diff_new_pack.oJFlcV/_old  2020-03-06 21:27:29.989557564 +0100
+++ /var/tmp/diff_new_pack.oJFlcV/_new  2020-03-06 21:27:29.993557566 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pendulum
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,9 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   python-pytz >= 2018.3
 Requires:   python-python-dateutil >= 2.6
+Requires:   python-pytz >= 2018.3
+Requires:   python-pytzdata >= 2018.3
 Requires:   python-typing
 %python_subpackages