Update to 1.0.3
This commit is contained in:
parent
5a2d2cba6c
commit
36897badb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
|||||||
/PyMySQL-0.10.0.tar.gz
|
/PyMySQL-0.10.0.tar.gz
|
||||||
/PyMySQL-0.10.1.tar.gz
|
/PyMySQL-0.10.1.tar.gz
|
||||||
/PyMySQL-1.0.2.tar.gz
|
/PyMySQL-1.0.2.tar.gz
|
||||||
|
/PyMySQL-1.0.3.tar.gz
|
||||||
|
|||||||
@ -1,13 +1,14 @@
|
|||||||
%global pypi_name PyMySQL
|
%global pypi_name PyMySQL
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure-Python MySQL client library
|
Summary: Pure-Python MySQL client library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.python.org/pypi/%{pypi_name}/
|
URL: https://pypi.python.org/pypi/%{pypi_name}/
|
||||||
Source0: %pypi_source
|
Source0: %pypi_source
|
||||||
|
Source1: setup.py
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -41,6 +42,7 @@ and Jython.
|
|||||||
rm -rf %{pypi_name}.egg-info
|
rm -rf %{pypi_name}.egg-info
|
||||||
# Remove tests files so they are not installed globally.
|
# Remove tests files so they are not installed globally.
|
||||||
rm -rf tests
|
rm -rf tests
|
||||||
|
cp %{SOURCE1} .
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -57,11 +59,14 @@ rm -rf tests
|
|||||||
|
|
||||||
%files -n python%{python3_pkgversion}-%{pypi_name}
|
%files -n python%{python3_pkgversion}-%{pypi_name}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.md
|
||||||
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
|
||||||
%{python3_sitelib}/pymysql/
|
%{python3_sitelib}/pymysql/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 25 2023 Julien Enselme <jujens@jujens.eu> - 1.0.3-1
|
||||||
|
- Update to 1.0.3
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
6
setup.py
Normal file
6
setup.py
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# We need this for the build to work, but everything will be done
|
||||||
|
# by setuptools from pyproject.toml
|
||||||
|
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
setup()
|
||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (PyMySQL-1.0.2.tar.gz) = c831505dafe6aebf039129ec4b09ef6dcafd490bcee2b515f42c0d0412fe9c379ba28650fb329d21f1da7e9fcae64968e1bc6065a04a08e00497a24967e27146
|
SHA512 (PyMySQL-1.0.3.tar.gz) = 0095c65290a15061a136b797304c3c46dae4cae8bd42603be2abdf6f1f91cc3d6b418614376c1c67321ac9ce937000e6879c29db38089fa05f815b21cd59d6cd
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user