From bd224b53ed25f7b522c74558e3da5509df56bba5 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Fri, 23 Feb 2024 13:22:28 +0000 Subject: [PATCH 1/3] Fix URL for build badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41d9755..9503a34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # VObject [![PyPI version](https://badge.fury.io/py/vobject.svg)](https://pypi.python.org/pypi/vobject) [![PyPI downloads](https://img.shields.io/pypi/dm/vobject.svg)](https://pypi.python.org/pypi/vobject) -[![Build](https://github.com/py-object/vobject/actions/workflows/test.yml/badge.svg)] +[![Build](https://github.com/py-vobject/vobject/actions/workflows/test.yml/badge.svg)](https://github.com/py-vobject/vobject/actions/workflows/test.yml) [![License](https://img.shields.io/pypi/l/vobject.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) VObject is intended to be a full-featured Python package for parsing and From e9d92c85ef5ddd6fa9a9eefc635c1f153e639082 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Fri, 23 Feb 2024 13:22:51 +0000 Subject: [PATCH 2/3] Add package building requirements. --- requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 32a8734..a0350ad 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,4 @@ -python-dateutil >= 2.4.0 coverage +python-dateutil >= 2.4.0 +setuptools +wheel From e1ddf74baec57558892eef1958a70c70769a8ce6 Mon Sep 17 00:00:00 2001 From: David Arnold Date: Fri, 23 Feb 2024 13:23:16 +0000 Subject: [PATCH 3/3] Prepare for 0.9.7 post-eventable release. No functional changes. This is just cosmetic updates to reflect the new repository and maintenance organization. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 116796d..7720377 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ doclines = (__doc__ or '').splitlines() setup(name = "vobject", - version = "0.9.6.1", + version = "0.9.7", author = "Jeffrey Harris", author_email = "jeffrey@osafoundation.org", maintainer = "David Arnold", @@ -36,7 +36,7 @@ license = "Apache", zip_safe = True, url = "http://py-vobject.github.io/vobject/", - download_url = 'https://github.com/py-vobject/vobject/tarball/0.9.6.1', + download_url = 'https://github.com/py-vobject/vobject/tarball/0.9.7', bugtrack_url = "https://github.com/py-vobject/vobject/issues", entry_points = { 'console_scripts': [