Accepting request 907588 from home:SchoolGuy:branches:devel:languages:python
- Update to version 1.4.3 - Use obscpio instead of .tar.gz OBS-URL: https://build.opensuse.org/request/show/907588 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysql-to-sqlite3?expand=0&rev=2
This commit is contained in:
committed by
Git OBS Bridge
parent
de850bc080
commit
f39e31f64f
16
_service
Normal file
16
_service
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<services>
|
||||||
|
<service mode="disabled" name="obs_scm">
|
||||||
|
<param name="url">git://github.com/techouse/mysql-to-sqlite3.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<!--
|
||||||
|
<param name="revision">release30</param>
|
||||||
|
-->
|
||||||
|
<param name="versionformat">v1.4.3</param>
|
||||||
|
</service>
|
||||||
|
<service mode="disabled" name="set_version"/>
|
||||||
|
<service mode="buildtime" name="tar"/>
|
||||||
|
<service mode="buildtime" name="recompress">
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
</service>
|
||||||
|
</services>
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f902117f178da591fc3cee738f78a126b8dd89b8b1228dfb27e70ca09047035
|
|
||||||
size 29364
|
|
3
mysql-to-sqlite3-v1.4.3.obscpio
Normal file
3
mysql-to-sqlite3-v1.4.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:65f095b0f7ad6202a492cbe324d4ef800ed9195e81fef8394ef15a400f0bd68b
|
||||||
|
size 152075
|
5
mysql-to-sqlite3.obsinfo
Normal file
5
mysql-to-sqlite3.obsinfo
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
name: mysql-to-sqlite3
|
||||||
|
version: v1.4.3
|
||||||
|
mtime: 1625909832
|
||||||
|
commit: 60dbda6b847c3bfdfa8e87ce8b1abe6e83ee2cf3
|
||||||
|
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 21 18:05:12 UTC 2021 - Enno Gotthold <egotthold@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.3
|
||||||
|
- Use obscpio instead of .tar.gz
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 4 12:34:51 UTC 2021 - Enno Gotthold <egotthold@suse.com>
|
Mon Jan 4 12:34:51 UTC 2021 - Enno Gotthold <egotthold@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mysql-to-sqlite3
|
# spec file for package python-mysql-to-sqlite3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -15,22 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define short_name mysql-to-sqlite3
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-mysql-to-sqlite3
|
Name: python-mysql-to-sqlite3
|
||||||
Version: 1.3.6
|
Version: v1.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple Python tool to transfer data from MySQL to SQLite 3
|
Summary: A simple Python tool to transfer data from MySQL to SQLite 3
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/techouse/mysql-to-sqlite3
|
URL: https://github.com/techouse/mysql-to-sqlite3
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/mysql-to-sqlite3/mysql-to-sqlite3-%{version}.tar.gz
|
Source: %{short_name}-%{version}.tar.gz
|
||||||
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: docker
|
BuildRequires: docker
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: python3-pytest
|
|
||||||
BuildRequires: python3-docker
|
|
||||||
BuildRequires: python3-SQLAlchemy
|
BuildRequires: python3-SQLAlchemy
|
||||||
BuildRequires: python3-SQLAlchemy-Utils
|
BuildRequires: python3-SQLAlchemy-Utils
|
||||||
|
BuildRequires: python3-docker
|
||||||
BuildRequires: python3-factory_boy
|
BuildRequires: python3-factory_boy
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: python3-pytest
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module click >= 7.0}
|
BuildRequires: %{python_module click >= 7.0}
|
||||||
BuildRequires: %{python_module mysql-connector-python >= 8.0.18}
|
BuildRequires: %{python_module mysql-connector-python >= 8.0.18}
|
||||||
|
Reference in New Issue
Block a user