From 93d73788c52d171d893934b252f0eba3d5bf7310 Mon Sep 17 00:00:00 2001 From: Ben Sturmfels Date: Sat, 12 Jul 2025 13:21:03 +1000 Subject: [PATCH] Remove pinned pdfminer.six due to version comparison issues Seems pip couldn't tell that pdfminer.six 20250506 >= 20200101. This package doesn't seem to be imported directly, so removing the dependency, assuming it's a sub-dependency. Also removed updated package URL to Forgejo. --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4005042..8692665 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = conservancy_beancount -version = 1.20.0 +version = 1.21.0 author = Software Freedom Conservancy author_email = info@sfconservancy.org description = Plugin, library, and reports for reading Conservancy’s books @@ -12,7 +12,7 @@ long_description = file: README.rst long_description_content_type = text/x-rst; charset=UTF-8 project_urls = Source = %(url)s -url = https://k.sfconservancy.org/NPO-Accounting/conservancy_beancount +url = https://f.sfconservancy.org/NPO-Accounting/conservancy_beancount [bdist_wheel] universal = 1 @@ -36,7 +36,6 @@ install_requires = colorama GitPython>=2.0 odfpy>=1.4.0,!=1.4.1 - pdfminer.six>=20200101 python-dateutil>=2.7 PyYAML>=3.0 regex