diff --git a/bitcoinlib-0.6.6.tar.gz b/bitcoinlib-0.6.7.tar.gz similarity index 36% rename from bitcoinlib-0.6.6.tar.gz rename to bitcoinlib-0.6.7.tar.gz index 8317e46abef867d30f7988ae905d1029eadf936d..4b61178dc8c18d9833ab93421f00cff5cc489a1e 100644 Binary files a/bitcoinlib-0.6.6.tar.gz and b/bitcoinlib-0.6.7.tar.gz differ diff --git a/python-bitcoinlib.spec b/python-bitcoinlib.spec index e5689976af0bc3404da9df937514b5d6f168a6e2..8a4b98a0d1683cc7ecfce598e31185456ee5b09b 100644 --- a/python-bitcoinlib.spec +++ b/python-bitcoinlib.spec @@ -1,20 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-bitcoinlib -Version: 0.6.6 +Version: 0.6.7 Release: 1 Summary: Bitcoin and Other cryptocurrency Library License: GPL-3.0-only URL: http://github.com/1200wd/bitcoinlib -Source0: https://files.pythonhosted.org/packages/b0/24/7860beb8dec72085c87920ebf1763f1a6564a10bbb5b3281d9749d0df20c/bitcoinlib-0.6.6.tar.gz +Source0: https://files.pythonhosted.org/packages/84/38/c8e53d86be6ab1a47edd7d70c7393797acfcda42c48551ea3a74808d88df/bitcoinlib-0.6.7.tar.gz BuildArch: noarch -Requires: python3-SQLAlchemy -Requires: python3-numpy -Requires: python3-pycryptodome -Requires: python3-requests -Requires: python3-fastecdsa -Requires: python3-ecdsa - %description Bitcoin, Litecoin and Dash Crypto Currency Library for Python. Includes a fully functional wallet, with multi signature, multi currency and multiple accounts. @@ -25,9 +18,16 @@ blockchain information. It does currently not parse the blockchain itself. %package -n python3-bitcoinlib Summary: Bitcoin and Other cryptocurrency Library -Provides: python-bitcoinlib +Provides: python-bitcoinlib = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-sqlalchemy +Requires: python3-pycryptodome +Requires: python3-requests +Requires: python3-fastecdsa +Requires: python3-ecdsa +Requires: python3-numpy +Requires: python3-numpy %description -n python3-bitcoinlib Bitcoin, Litecoin and Dash Crypto Currency Library for Python. Includes a fully functional wallet, with multi signature, multi currency and multiple accounts. @@ -60,6 +60,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -88,6 +91,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 15 2022 wangjunqi - 0.6.7-1 +- Update package to version 0.6.7 + * Wed Nov 02 2022 liqiuyu - 0.6.6-1 - Upgrade package to version 0.6.6 @@ -98,4 +104,4 @@ mv %{buildroot}/doclist.lst . - License compliance rectification * Tue Jul 16 2021 Python_Bot - 0.5.3-1 -- Package Spec generated \ No newline at end of file +- Package Spec generated