diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sqlite3-to-mysql.spec | 26 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 15 insertions, 14 deletions
@@ -1 +1,2 @@ /sqlite3-to-mysql-1.4.16.tar.gz +/sqlite3-to-mysql-1.4.19.tar.gz diff --git a/python-sqlite3-to-mysql.spec b/python-sqlite3-to-mysql.spec index 91adaa5..850277d 100644 --- a/python-sqlite3-to-mysql.spec +++ b/python-sqlite3-to-mysql.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sqlite3-to-mysql -Version: 1.4.16 +Version: 1.4.19 Release: 1 Summary: A simple Python tool to transfer data from SQLite 3 to MySQL License: MIT -URL: https://github.com/techouse/sqlite3-to-mysql -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a6/f2/a5626e7ad017978edd4bfaa93f777c96afd6fb0fdc97aa0b444621e87cda/sqlite3-to-mysql-1.4.16.tar.gz +URL: https://pypi.org/project/sqlite3-to-mysql/ +Source0: https://mirrors.aliyun.com/pypi/web/packages/55/09/a9c85d04e327d9ab1b37dfe47c68a00fca7937a9e2cf9ffeb1676a0b8e57/sqlite3-to-mysql-1.4.19.tar.gz BuildArch: noarch Requires: python3-pytimeparse @@ -28,7 +28,7 @@ Requires: python3-mysql-connector-python [](https://pepy.tech/project/sqlite3-to-mysql) [](https://pypi.org/project/sqlite3-to-mysql/) [](https://img.shields.io/static/v1?label=MySQL&message=5.6+|+5.7+|+8.0&color=2b5d80) -[](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A) +[](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A) [](https://github.com/techouse/sqlite3-to-mysql/blob/master/LICENSE) [](CODE-OF-CONDUCT.md) [](https://github.com/ambv/black) @@ -121,7 +121,7 @@ BuildRequires: python3-pip [](https://pepy.tech/project/sqlite3-to-mysql) [](https://pypi.org/project/sqlite3-to-mysql/) [](https://img.shields.io/static/v1?label=MySQL&message=5.6+|+5.7+|+8.0&color=2b5d80) -[](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A) +[](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A) [](https://github.com/techouse/sqlite3-to-mysql/blob/master/LICENSE) [](CODE-OF-CONDUCT.md) [](https://github.com/ambv/black) @@ -211,7 +211,7 @@ Provides: python3-sqlite3-to-mysql-doc [](https://pepy.tech/project/sqlite3-to-mysql) [](https://pypi.org/project/sqlite3-to-mysql/) [](https://img.shields.io/static/v1?label=MySQL&message=5.6+|+5.7+|+8.0&color=2b5d80) -[](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A) +[](https://img.shields.io/static/v1?label=MariaDB&message=10.0+|+10.1+|+10.2+|+10.3+|+10.4+|+10.5&color=C0765A) [](https://github.com/techouse/sqlite3-to-mysql/blob/master/LICENSE) [](CODE-OF-CONDUCT.md) [](https://github.com/ambv/black) @@ -294,7 +294,7 @@ Options: %prep -%autosetup -n sqlite3-to-mysql-1.4.16 +%autosetup -n sqlite3-to-mysql-1.4.19 %build %py3_build @@ -308,20 +308,20 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then - find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -334,5 +334,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.16-1 +* Thu Jun 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.4.19-1 - Package Spec generated @@ -1 +1 @@ -20193960709546aac1f69d2be8c1088a sqlite3-to-mysql-1.4.16.tar.gz +58f49b3d092e7bb42aaca1ba323a8a20 sqlite3-to-mysql-1.4.19.tar.gz |