From e71cea799288c6138f93a2938634c655e6bec87e4cf285506c2fabe00ab07ee4 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 22 Aug 2020 08:36:33 +0000 Subject: [PATCH] - update to version 0.5.1: - fix: type hint config so they are available to mypy @sanzoghenzo correctly pointed out that a `py.typed` file alone wasn't enough to get the typing working, we also need to move inflection into a package. fixes: #49 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-inflection?expand=0&rev=10 --- inflection-0.5.0.tar.gz | 3 --- inflection-0.5.1.tar.gz | 3 +++ python-inflection.changes | 9 +++++++++ python-inflection.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 inflection-0.5.0.tar.gz create mode 100644 inflection-0.5.1.tar.gz diff --git a/inflection-0.5.0.tar.gz b/inflection-0.5.0.tar.gz deleted file mode 100644 index 91b2d7b..0000000 --- a/inflection-0.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f576e85132d34f5bf7df5183c2c6f94cfb32e528f53065345cf71329ba0b8924 -size 14830 diff --git a/inflection-0.5.1.tar.gz b/inflection-0.5.1.tar.gz new file mode 100644 index 0000000..8f61280 --- /dev/null +++ b/inflection-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a29730d366e996aaacffb2f1f1cb9593dc38e2ddd30c91250c6dde09ea9b417 +size 15091 diff --git a/python-inflection.changes b/python-inflection.changes index c0b75c4..171c858 100644 --- a/python-inflection.changes +++ b/python-inflection.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 22 08:35:11 UTC 2020 - Sebastian Wagner + +- update to version 0.5.1: + - fix: type hint config so they are available to mypy + @sanzoghenzo correctly pointed out that a `py.typed` file alone wasn't + enough to get the typing working, we also need to move inflection into + a package. fixes: #49 + ------------------------------------------------------------------- Tue Jul 28 12:05:16 UTC 2020 - Sebastian Wagner diff --git a/python-inflection.spec b/python-inflection.spec index 26f9c22..5640482 100644 --- a/python-inflection.spec +++ b/python-inflection.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-inflection -Version: 0.5.0 +Version: 0.5.1 Release: 0 Summary: A port of Ruby on Rails inflector to Python License: MIT