diff --git a/comm-0.1.4-gh.tar.gz b/comm-0.1.4-gh.tar.gz deleted file mode 100644 index 5ee0787..0000000 --- a/comm-0.1.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b7c0b56439d6835c1f4abf31b81c931fd6a6eba9e38f11f74ac80d1a720bed7 -size 7504 diff --git a/comm-0.2.0-gh.tar.gz b/comm-0.2.0-gh.tar.gz new file mode 100644 index 0000000..64623f0 --- /dev/null +++ b/comm-0.2.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5977e098e586b62b45759c9fb016529e38b9bbe96923cf29b4546b2a49cace6a +size 8936 diff --git a/python-comm.changes b/python-comm.changes index 00050b4..2e762a2 100644 --- a/python-comm.changes +++ b/python-comm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Nov 26 15:24:27 UTC 2023 - Ben Greiner + +- Update to 0.2.0 + * Maintenance and upkeep improvements + ------------------------------------------------------------------- Sat Aug 5 17:11:20 UTC 2023 - Arun Persaud diff --git a/python-comm.spec b/python-comm.spec index 59ab2d2..d13bc63 100644 --- a/python-comm.spec +++ b/python-comm.spec @@ -17,7 +17,7 @@ Name: python-comm -Version: 0.1.4 +Version: 0.2.0 Release: 0 Summary: Jupyter Python Comm implementation License: BSD-3-Clause @@ -41,7 +41,7 @@ Comm implementation and a default CommManager that can be used. %prep %setup -q -n comm-%{version} -sed -i -e 's/--color=yes//' pyproject.toml +sed -i -e 's/, "--color=yes"//' pyproject.toml %build %pyproject_wheel