commit python-flit-core for openSUSE:Factory

2020-10-27 Thread root
Hello community,

here is the log from the commit of package python-flit-core for 
openSUSE:Factory checked in at 2020-10-27 19:00:35

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


Package is "python-flit-core"

Tue Oct 27 19:00:35 2020 rev:5 rq:844213 version:3.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2020-03-26 23:32:13.242752217 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flit-core.new.3463/python-flit-core.changes  
2020-10-27 19:01:21.978848945 +0100
@@ -1,0 +2,9 @@
+Mon Oct 26 22:38:40 UTC 2020 - Benjamin Greiner 
+
+- Update to version 3.0
+  * flit_core once again requires Python 3 (>=3.4). Packages that
+support Python 2 can still be built by flit_core 2.x, but can't
+rely on new features (:ghpull:`342`).
+- Kill dephell dependency
+
+---

Old:

  flit_core-2.1.0.tar.gz

New:

  flit_core-3.0.0.tar.gz



Other differences:
--
++ python-flit-core.spec ++
--- /var/tmp/diff_new_pack.NtpVdh/_old  2020-10-27 19:01:22.650849434 +0100
+++ /var/tmp/diff_new_pack.NtpVdh/_new  2020-10-27 19:01:22.654849437 +0100
@@ -16,22 +16,21 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%define skip_python2 1
 Name:   python-flit-core
-Version:2.1.0
+Version:3.0.0
 Release:0
 Summary:Distribution-building parts of Flit
 License:BSD-3-Clause
 URL:https://github.com/takluyver/flit
-Source: 
https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/f/flit-core/flit_core-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytoml}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testpath}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
-BuildRequires:  python3-dephell
 Requires:   python-pytoml
 BuildArch:  noarch
 %python_subpackages
@@ -41,13 +40,12 @@
 
 %prep
 %setup -q -n flit_core-%{version}
-%dephell_gensetup
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/flit_core/tests
 %fdupes %{buildroot}%{$python_sitelib}
 }
@@ -56,6 +54,7 @@
 %pytest
 
 %files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/flit_core
+%{python_sitelib}/flit_core-%{version}*-info
 
 %changelog

++ flit_core-2.1.0.tar.gz -> flit_core-3.0.0.tar.gz ++
 1887 lines of diff (skipped)




commit python-flit-core for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-flit-core for 
openSUSE:Factory checked in at 2020-03-26 23:32:03

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


Package is "python-flit-core"

Thu Mar 26 23:32:03 2020 rev:4 rq:787818 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2020-03-16 10:21:25.515662678 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flit-core.new.3160/python-flit-core.changes  
2020-03-26 23:32:13.242752217 +0100
@@ -1,0 +2,5 @@
+Mon Mar 23 18:13:44 UTC 2020 - Matej Cepl 
+
+- Add macro %dephell_genspec to generate setup.py
+
+---



Other differences:
--
++ python-flit-core.spec ++
--- /var/tmp/diff_new_pack.Q7MH78/_old  2020-03-26 23:32:18.034753948 +0100
+++ /var/tmp/diff_new_pack.Q7MH78/_new  2020-03-26 23:32:18.038753949 +0100
@@ -29,6 +29,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module testpath}
 BuildRequires:  fdupes
+BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-dephell
 Requires:   python-pytoml
@@ -40,7 +41,7 @@
 
 %prep
 %setup -q -n flit_core-%{version}
-dephell deps convert --from pyproject.toml --to setup.py
+%dephell_gensetup
 
 %build
 %python_build




commit python-flit-core for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package python-flit-core for 
openSUSE:Factory checked in at 2020-03-16 10:19:52

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


Package is "python-flit-core"

Mon Mar 16 10:19:52 2020 rev:3 rq:785247 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2019-12-21 12:31:42.211372428 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flit-core.new.3160/python-flit-core.changes  
2020-03-16 10:21:25.515662678 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 10:01:34 UTC 2020 - Tomáš Chvátal 
+
+- Fix generating with new dephell
+
+---



Other differences:
--
++ python-flit-core.spec ++
--- /var/tmp/diff_new_pack.xUeZEh/_old  2020-03-16 10:21:26.323663007 +0100
+++ /var/tmp/diff_new_pack.xUeZEh/_new  2020-03-16 10:21:26.343663015 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flit-core
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -22,7 +22,6 @@
 Release:0
 Summary:Distribution-building parts of Flit
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/takluyver/flit
 Source: 
https://files.pythonhosted.org/packages/source/f/flit_core/flit_core-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
@@ -41,7 +40,7 @@
 
 %prep
 %setup -q -n flit_core-%{version}
-dephell convert --from-format pyproject --from-path pyproject.toml --to 
setup.py
+dephell deps convert --from pyproject.toml --to setup.py
 
 %build
 %python_build




commit python-flit-core for openSUSE:Factory

2019-12-21 Thread root
Hello community,

here is the log from the commit of package python-flit-core for 
openSUSE:Factory checked in at 2019-12-21 12:31:15

Comparing /work/SRC/openSUSE:Factory/python-flit-core (Old)
 and  /work/SRC/openSUSE:Factory/.python-flit-core.new.6675 (New)


Package is "python-flit-core"

Sat Dec 21 12:31:15 2019 rev:2 rq:758307 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-flit-core/python-flit-core.changes
2019-12-18 14:48:50.281952877 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-flit-core.new.6675/python-flit-core.changes  
2019-12-21 12:31:42.211372428 +0100
@@ -1,0 +2,5 @@
+Wed Dec 18 23:33:33 UTC 2019 - John Vandenberg 
+
+- Remove dephell build workaround
+
+---



Other differences:
--
++ python-flit-core.spec ++
--- /var/tmp/diff_new_pack.Fl6KGV/_old  2019-12-21 12:31:42.787372702 +0100
+++ /var/tmp/diff_new_pack.Fl6KGV/_new  2019-12-21 12:31:42.795372706 +0100
@@ -42,8 +42,6 @@
 %prep
 %setup -q -n flit_core-%{version}
 dephell convert --from-format pyproject --from-path pyproject.toml --to 
setup.py
-# gh#dephell/dephell_markers#6
-sed -i '/package_dir/d' setup.py
 
 %build
 %python_build