diff --git a/jupyter-cache-0.6.1.tar.gz b/jupyter-cache-0.6.1.tar.gz deleted file mode 100644 index e4bcd5d..0000000 Binary files a/jupyter-cache-0.6.1.tar.gz and /dev/null differ diff --git a/jupyter_cache-1.0.0.tar.gz b/jupyter_cache-1.0.0.tar.gz new file mode 100644 index 0000000..f499dd1 Binary files /dev/null and b/jupyter_cache-1.0.0.tar.gz differ diff --git a/python-jupyter-cache.spec b/python-jupyter-cache.spec index c6a32fe..90231d0 100644 --- a/python-jupyter-cache.spec +++ b/python-jupyter-cache.spec @@ -1,10 +1,10 @@ Name: python-jupyter-cache -Version: 0.6.1 +Version: 1.0.0 Release: 1 Summary: py.test plugin that allows you to add environment variables. License: MIT URL: https://codeload.github.com/shopkeep/jupyter-cache -Source0: https://codeload.github.com/shopkeep/jupyter-cache/archive/%{version}.tar.gz#/jupyter-cache-%{version}.tar.gz +Source0: https://codeload.github.com/shopkeep/jupyter-cache/archive/%{version}.tar.gz#/jupyter_cache-%{version}.tar.gz BuildArch: noarch %description @@ -26,7 +26,7 @@ BuildRequires: python3-flit-core py.test plugin that allows you to add environment variables. %prep -%autosetup -n jupyter-cache-%{version} +%autosetup -n jupyter_cache-%{version} %build %pyproject_build @@ -42,6 +42,11 @@ py.test plugin that allows you to add environment variables. %{_bindir}/jcache %changelog +* Wed Mar 6 2024 Dongxing Wang - 1.0.0-1 +- Update package with version 1.0.0 + Fix tests for nbclient v0.8 + Remove caps & bump Python for SPEC 0 + * Mon Jul 31 2023 mengzhaoa - 0.6.1-1 - Init package python-jupyter-cache of version 0.6.1