diff --git a/ablog-0.11.11.tar.gz b/ablog-0.11.11.tar.gz deleted file mode 100644 index d3bb8088a2e4e7e641579b04f42e00721fa3a0b8..0000000000000000000000000000000000000000 Binary files a/ablog-0.11.11.tar.gz and /dev/null differ diff --git a/ablog-0.11.12.tar.gz b/ablog-0.11.12.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4d69bbaf8825e1beb6e0c1cce00604f2eb1f9167 Binary files /dev/null and b/ablog-0.11.12.tar.gz differ diff --git a/python-ablog.spec b/python-ablog.spec index d6e9fce4dbeb56020e9b318269597f1261c62c69..588400129b01e83ae5422bf5a13b28cc4343b10b 100644 --- a/python-ablog.spec +++ b/python-ablog.spec @@ -1,11 +1,11 @@ Name: python-ablog -Version: 0.11.11 +Version: 0.11.12 Release: 1 Summary: A Sphinx extension that converts any documentation or personal website project into a full-fledged blog. License: MIT URL: https://github.com/sunpy/ablog -Source0: https://files.pythonhosted.org/packages/9d/69/5702b7c8f60f15afacdfdffb40e7b5150074ed645cd9776e84febec85d0e/ablog-0.11.11.tar.gz +Source0: %{url}/archive/v%{version}/ablog-%{version}.tar.gz BuildArch: noarch %description @@ -35,13 +35,17 @@ ablog provides cross platform hidden file detection. %autosetup -n ablog-%{version} %build +export SETUPTOOLS_SCM_PRETEND_VERSION=%{version} %pyproject_build %install %pyproject_install %check -%pytest +# skip test_not_safe_for_parallel_read for ci noweb +k="${k-}${k+ and }not test_not_safe_for_parallel_read" +k="${k-}${k+ and }not feed" +%pytest -- -k "${k-}" -vv %files -n python3-ablog %license LICENSE.rst @@ -51,6 +55,12 @@ ablog provides cross platform hidden file detection. %{_bindir}/ablog %changelog +* Fri May 23 2025 Dongxing Wang - 0.11.12-1 +- Update package to version 0.11.12 + Improve ablog-configuration-options.rst + Fix sidebars CSS naming + Fix theme support for ablog + * Tue Oct 29 2024 Dongxing Wang - 0.11.11-1 - Update package to version 0.11.11 Metadata for parallel_read_safe