Skip to content

Retarget 2.1.0 deprecation to django-pgware - #33

Merged
Xof merged 1 commit into
mainfrom
ftE8E4uJ2tGCUAWf
Jun 21, 2026
Merged

Retarget 2.1.0 deprecation to django-pgware#33
Xof merged 1 commit into
mainfrom
ftE8E4uJ2tGCUAWf

Conversation

@Xof

@Xof Xof commented Jun 21, 2026

Copy link
Copy Markdown
Owner

What

The django-pglocks 2.1.0 final/shim release pointed at django-pg-utils, but the actual successor published on PyPI is django-pgware 1.0.0. This corrects every distribution-name reference.

Changes

  • pyproject.toml — dependency django-pg-utils>=0.1.0django-pgware>=1.0.0; Summary now leads with DEPRECATED — consolidated into django-pgware so the deprecation is visible in PyPI search results and the page header.
  • src/django_pglocks/init.pyDeprecationWarning text retargeted to django-pgware.
  • README.md — banner rewritten to point at django-pgware, with the install-vs-import-name caveat.
  • CHANGELOG.md — 2.1.0 entry retargeted; date set to 2026-06-20.

Notes

  • No version bump. PyPI's latest published django-pglocks is 1.0.4; the committed 2.0.0/2.1.0 were never uploaded, so 2.1.0 is corrected in place.
  • Import path unchanged. The shim keeps from django_pg_utils.locks import … — django-pgware installs under that distribution name but ships the django_pg_utils module, so the import resolves once it's installed.
  • The Development Status :: 7 - Inactive classifier was already present.

Verified

uv build produces a clean 2.1.0 wheel with Summary: DEPRECATED…, Requires-Dist: django-pgware>=1.0.0, and Classifier: Development Status :: 7 - Inactive.

The 2.1.0 final/shim release pointed at django-pg-utils, but the actual
successor on PyPI is django-pgware 1.0.0. Correct the dependency, the
DeprecationWarning, the README, and the CHANGELOG to point at django-pgware,
and surface the deprecation in the PyPI-visible Summary field.

The import path (django_pg_utils.locks) is unchanged: django-pgware installs
under that distribution name but ships the django_pg_utils module.
@Xof
Xof merged commit 3f330e1 into main Jun 21, 2026
2 of 11 checks passed
@Xof
Xof deleted the ftE8E4uJ2tGCUAWf branch June 21, 2026 07:02
@Xof Xof mentioned this pull request Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant