commit python-agate-sql for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package python-agate-sql for 
openSUSE:Factory checked in at 2020-04-16 23:07:17

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


Package is "python-agate-sql"

Thu Apr 16 23:07:17 2020 rev:3 rq:794648 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-agate-sql/python-agate-sql.changes
2019-04-18 13:58:36.727998963 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-agate-sql.new.2738/python-agate-sql.changes  
2020-04-16 23:07:20.071892777 +0200
@@ -1,0 +2,5 @@
+Thu Apr 16 18:27:27 UTC 2020 - Matej Cepl 
+
+- Switch from using nosetest runner to pytest
+
+---



Other differences:
--
++ python-agate-sql.spec ++
--- /var/tmp/diff_new_pack.1aeLhx/_old  2020-04-16 23:07:21.559894103 +0200
+++ /var/tmp/diff_new_pack.1aeLhx/_new  2020-04-16 23:07:21.563894106 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-sql
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:SQL read/write support for agate
 License:MIT
 Group:  Development/Languages/Python
-Url:http://agate-sql.readthedocs.org/
+URL:http://agate-sql.readthedocs.org/
 Source: 
https://github.com/wireservice/agate-sql/archive/%{version}.tar.gz
 # we do not have crate dialect
 Patch0: python-agate-sql-no-crate.patch
@@ -34,7 +34,7 @@
 # SECTION test requirements
 BuildRequires:  %{python_module SQLAlchemy >= 1.0.8}
 BuildRequires:  %{python_module agate >= 1.5.0}
-BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 Requires:   python-SQLAlchemy >= 1.0.8
 Requires:   python-agate >= 1.5.0
@@ -58,7 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand nosetests-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %defattr(-,root,root,-)




commit python-agate-sql for openSUSE:Factory

2019-04-18 Thread root
Hello community,

here is the log from the commit of package python-agate-sql for 
openSUSE:Factory checked in at 2019-04-18 13:58:34

Comparing /work/SRC/openSUSE:Factory/python-agate-sql (Old)
 and  /work/SRC/openSUSE:Factory/.python-agate-sql.new.5536 (New)


Package is "python-agate-sql"

Thu Apr 18 13:58:34 2019 rev:2 rq:695447 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-agate-sql/python-agate-sql.changes
2018-05-29 16:47:58.973294189 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-agate-sql.new.5536/python-agate-sql.changes  
2019-04-18 13:58:36.727998963 +0200
@@ -1,0 +2,15 @@
+Wed Apr 17 11:44:43 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.5.4
+  * Add ``min_col_len`` and ``col_len_multiplier`` options to 
+:meth:`.Table.to_sql` to control the length of text columns.
+  * agate-sql is now tested against Python 3.7.
+  * Drop support for Python 3.3 (end-of-life was September 29, 2017).
+  * Add support for CrateDB.
+  * Set type to ``BIT`` for boolean (MS SQL).
+  * Eliminate SQLite warning about Decimal numbers.
+- added patches
+  we do not have crate dialect
+  + python-agate-sql-no-crate.patch
+
+---

Old:

  agate-sql-0.5.3.tar.gz

New:

  0.5.4.tar.gz
  python-agate-sql-no-crate.patch



Other differences:
--
++ python-agate-sql.spec ++
--- /var/tmp/diff_new_pack.KNYgFd/_old  2019-04-18 13:58:37.471999211 +0200
+++ /var/tmp/diff_new_pack.KNYgFd/_new  2019-04-18 13:58:37.471999211 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-agate-sql
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,29 +12,32 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_with test
 Name:   python-agate-sql
-Version:0.5.3
+Version:0.5.4
 Release:0
-License:MIT
 Summary:SQL read/write support for agate
-Url:http://agate-sql.readthedocs.org/
+License:MIT
 Group:  Development/Languages/Python
-Source: 
https://files.pythonhosted.org/packages/source/a/agate-sql/agate-sql-%{version}.tar.gz
+Url:http://agate-sql.readthedocs.org/
+Source: 
https://github.com/wireservice/agate-sql/archive/%{version}.tar.gz
+# we do not have crate dialect
+Patch0: python-agate-sql-no-crate.patch
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module agate >= 1.5.0}
+# SECTION test requirements
 BuildRequires:  %{python_module SQLAlchemy >= 1.0.8}
-%endif
-Requires:   python-agate >= 1.5.0
+BuildRequires:  %{python_module agate >= 1.5.0}
+BuildRequires:  %{python_module nose}
+# /SECTION
 Requires:   python-SQLAlchemy >= 1.0.8
+Requires:   python-agate >= 1.5.0
 BuildArch:  noarch
 
 %python_subpackages
@@ -44,6 +47,7 @@
 
 %prep
 %setup -q -n agate-sql-%{version}
+%patch0 -p1
 sed -i -e '/^#!\//, 1d' agatesql/*.py
 
 %build
@@ -53,14 +57,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%if %{with test}
 %check
-%python_exec setup.py test
-%endif
+%python_expand nosetests-%{$python_bin_suffix}
 
 %files %{python_files}
 %defattr(-,root,root,-)
-%doc AUTHORS.rst README.rst
+%doc AUTHORS.rst README.rst CHANGELOG.rst
 %license COPYING
 %{python_sitelib}/*
 

++ agate-sql-0.5.3.tar.gz -> 0.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-sql-0.5.3/.gitignore 
new/agate-sql-0.5.4/.gitignore
--- old/agate-sql-0.5.3/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/agate-sql-0.5.4/.gitignore  2019-03-16 17:22:33.0 +0100
@@ -0,0 +1,12 @@
+.DS_Store
+*.pyc
+*.swp
+*.swo
+.tox
+*.egg-info
+docs/_build
+dist
+.coverage
+build
+.proof
+.test.png
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/agate-sql-0.5.3/.travis.yml 
new/agate-sql-0.5.4/.travis.yml
--- old/agate-sql-0.5.3/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/agate-sql-0.5.4/.travis.yml 2019-03-16 17:22:33.0 +0100
@@ -0,0 +1,14 @@
+dist: xenial
+language: 

commit python-agate-sql for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python-agate-sql for 
openSUSE:Factory checked in at 2018-05-29 16:47:58

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


Package is "python-agate-sql"

Tue May 29 16:47:58 2018 rev:1 rq:605900 version:0.5.3

Changes:

New Changes file:

--- /dev/null   2018-05-24 09:31:19.417470950 +0200
+++ /work/SRC/openSUSE:Factory/.python-agate-sql.new/python-agate-sql.changes   
2018-05-29 16:47:58.973294189 +0200
@@ -0,0 +1,15 @@
+---
+Wed May  9 18:54:36 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 0.5.3
+  * Add chunk_size option to :meth:`.Table.to_sql` to write rows in batches.
+  * Add unique_constraint option to :meth:`.Table.to_sql` to include in a 
UNIQUE constraint.
+  * Specify precision and scale for DECIMAL (MS SQL, MySQL, Oracle).
+  * Set length of VARCHAR to 1 even if maximum length is 0 (MySQL).
+  * Set type to TEXT if maximum length is greater than 21,844 (MySQL).
+- Use license tag
+
+---
+Fri Oct 20 16:12:44 UTC 2017 - toddrme2...@gmail.com
+
+- initial version

New:

  agate-sql-0.5.3.tar.gz
  python-agate-sql.changes
  python-agate-sql.spec



Other differences:
--
++ python-agate-sql.spec ++
#
# spec file for package python-agate-sql
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_with test
Name:   python-agate-sql
Version:0.5.3
Release:0
License:MIT
Summary:SQL read/write support for agate
Url:http://agate-sql.readthedocs.org/
Group:  Development/Languages/Python
Source: 
https://files.pythonhosted.org/packages/source/a/agate-sql/agate-sql-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
%if %{with test}
BuildRequires:  %{python_module agate >= 1.5.0}
BuildRequires:  %{python_module SQLAlchemy >= 1.0.8}
%endif
Requires:   python-agate >= 1.5.0
Requires:   python-SQLAlchemy >= 1.0.8
BuildArch:  noarch

%python_subpackages

%description
Agate-sql adds SQL read/write support to agate.

%prep
%setup -q -n agate-sql-%{version}
sed -i -e '/^#!\//, 1d' agatesql/*.py

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%if %{with test}
%check
%python_exec setup.py test
%endif

%files %{python_files}
%defattr(-,root,root,-)
%doc AUTHORS.rst README.rst
%license COPYING
%{python_sitelib}/*

%changelog