From 7e77208f8a4ceedd6205144bf5fcf86e9b781a04 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:41:57 -0800 Subject: [PATCH] [stubsabot] Bump python-slugify to 7.0.* (#9224) Release: https://pypi.org/pypi/python-slugify/7.0.0 Homepage: https://github.com/un33k/python-slugify Diff: https://github.com/un33k/python-slugify/compare/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. --- stubs/python-slugify/METADATA.toml | 2 +- stubs/python-slugify/slugify/__init__.pyi | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/stubs/python-slugify/METADATA.toml b/stubs/python-slugify/METADATA.toml index fd1708405..6fe7d4c5a 100644 --- a/stubs/python-slugify/METADATA.toml +++ b/stubs/python-slugify/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.1.*" +version = "7.0.*" [tool.stubtest] ignore_missing_stub = false diff --git a/stubs/python-slugify/slugify/__init__.pyi b/stubs/python-slugify/slugify/__init__.pyi index 1a7847377..21d40adac 100644 --- a/stubs/python-slugify/slugify/__init__.pyi +++ b/stubs/python-slugify/slugify/__init__.pyi @@ -1,2 +1,12 @@ +from .__version__ import ( + __author__, + __author_email__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) from .slugify import * from .special import *