Skip to content

Conversation

@github-actions
Copy link
Contributor

Release: https://pypi.org/pypi/python-slugify/7.0.0
Homepage: https://github.com/un33k/python-slugify
Diff: un33k/python-slugify@v6.1.2...v7.0.0

Stubsabot analysis of the diff between the two releases:

  • 0 public Python files have been added.
  • 0 files included in typeshed's stubs have been deleted.
  • 2 files included in typeshed's stubs have been modified or renamed: slugify/__init__.py, slugify/__version__.py.
  • Total lines of Python code added: 11.
  • Total lines of Python code deleted: 3.

If stubtest fails for this PR:

  • Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
  • Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI

Release: https://pypi.org/pypi/python-slugify/7.0.0
Homepage: https://github.com/un33k/python-slugify
Diff: un33k/python-slugify@v6.1.2...v7.0.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 2 files included in typeshed's stubs have been modified or renamed: `slugify/__init__.py`, `slugify/__version__.py`.
 - Total lines of Python code added: 11.
 - Total lines of Python code deleted: 3.

If stubtest fails for this PR:
- Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR)
- Fix stubtest failures in another PR, then close this PR

Note that you will need to close and re-open the PR in order to trigger CI
@github-actions
Copy link
Contributor Author

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@JelleZijlstra JelleZijlstra merged commit 7e77208 into main Nov 19, 2022
@JelleZijlstra JelleZijlstra deleted the stubsabot/python-slugify branch November 19, 2022 01:41
@@ -1,2 +1,12 @@
from .__version__ import (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't these all be explicit re-exports (__author__ as __author__, etc)?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, they should. I started off with from .__version__ import *, but that didn't work and I lost the re-export when fixing that

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.

4 participants