diff --git a/cocotb-1.9.0.tar.gz b/cocotb-1.9.0.tar.gz deleted file mode 100644 index e1b1911970374d7cc1d4e3b9beefcc7b2e3d16f7..0000000000000000000000000000000000000000 Binary files a/cocotb-1.9.0.tar.gz and /dev/null differ diff --git a/cocotb-1.9.1.tar.gz b/cocotb-1.9.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9537100479c0a1217396c3d1f75eaedf9a40380e Binary files /dev/null and b/cocotb-1.9.1.tar.gz differ diff --git a/python-cocotb.spec b/python-cocotb.spec index 03fbc503be0d8a08e350e5c744d1be8ef51c9936..26af68437ebb6967f88ff7854b10f7d419a84d1e 100644 --- a/python-cocotb.spec +++ b/python-cocotb.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-cocotb -Version: 1.9.0 +Version: 1.9.1 Release: 1 Summary: cocotb is a coroutine based cosimulation library for writing VHDL and Verilog testbenches in Python. License: BSD URL: https://docs.cocotb.org -Source0: https://files.pythonhosted.org/packages/a0/ed/3b2448071aee63c5265e203bdae3ff262400e4db306edb5b871038a20e07/cocotb-1.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/c/cocotb/cocotb-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3dist(setuptools) @@ -75,6 +75,13 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 06 2024 songliyang - 1.9.1-1 +- Update package to version 1.9.1 +- Update the changelog for cherry-picks +- Use EXTRA_ARGS correctly in Makefile.verilator +- Fix some documentation issues +- Update build following change to setuptools/distutils + * Sat Aug 03 2024 muxiaohui - 1.9.0-1 - Update package to version 1.9.0 - cocotb 1.9 improves simulator support and prepares for the next major release