diff --git a/bitcoinlib-0.5.3.tar.gz b/bitcoinlib-0.5.3.tar.gz deleted file mode 100644 index 00ee92778dfe9cd5c419432bea8c6798d240f9ed..0000000000000000000000000000000000000000 Binary files a/bitcoinlib-0.5.3.tar.gz and /dev/null differ diff --git a/bitcoinlib-0.6.5.tar.gz b/bitcoinlib-0.6.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b60cb1972bab6805671097d1c06d923fb3d8a5df Binary files /dev/null and b/bitcoinlib-0.6.5.tar.gz differ diff --git a/bitcoinlib.spec b/python-bitcoinlib.spec similarity index 91% rename from bitcoinlib.spec rename to python-bitcoinlib.spec index 86fe7cd701bd1b83030d49572ae78ea99c399730..55eb4a2f5b120caaa0307fc66dfdf79418855aab 100644 --- a/bitcoinlib.spec +++ b/python-bitcoinlib.spec @@ -1,18 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-bitcoinlib -Version: 0.5.3 -Release: 2 +Version: 0.6.5 +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/20/d2/8547580b1b9e265f99123cfd518c0b3dc1dbe5acb534076b65a5a967fa60/bitcoinlib-0.5.3.tar.gz +Source0: https://files.pythonhosted.org/packages/01/2b/8b6c3e1539db84f8698e4b3d72c00a0244f91ae27a47fbf024f552f67ab7/bitcoinlib-0.6.5.tar.gz BuildArch: noarch Requires: python3-SQLAlchemy Requires: python3-numpy -Requires: python3-pyaes +Requires: python3-pycryptodome Requires: python3-requests -Requires: python3-scrypt Requires: python3-fastecdsa Requires: python3-ecdsa @@ -29,7 +28,6 @@ Summary: Bitcoin and Other cryptocurrency Library Provides: python-bitcoinlib BuildRequires: python3-devel BuildRequires: python3-setuptools - %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. @@ -41,7 +39,6 @@ blockchain information. It does currently not parse the blockchain itself. %package help Summary: Development documents and examples for bitcoinlib Provides: python3-bitcoinlib-doc - %description help Bitcoin, Litecoin and Dash Crypto Currency Library for Python. Includes a fully functional wallet, with multi signature, multi currency and multiple accounts. @@ -51,7 +48,7 @@ The BitcoinLib connects to various service providers automatically to update wal blockchain information. It does currently not parse the blockchain itself. %prep -%autosetup -n bitcoinlib-0.5.3 +%autosetup -n bitcoinlib-0.6.5 %build %py3_build @@ -91,8 +88,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 28 2022 liqiuyu - 0.6.5-1 +- update to 0.6.5 + * Tue May 10 2022 houyingchao - 0.5.3-2 - License compliance rectification * Tue Jul 16 2021 Python_Bot - 0.5.3-1 -- Package Spec generated +- Package Spec generated \ No newline at end of file