- Better type hints for NonDataProperty. (#13)
No significant changes.
- Require Python 3.8 or later.
#7: Enabled badge with link to docs in the readme.
Refreshed package metadata.
Enrolled with Tidelift.
Refreshed package metadata.
Switched to native namespace for jaraco package.
Packaging refresh and associated cleanups, including fix for #4 (failing black check).
classproperty
decorator now supplies a
classproperty.Meta
class. Classes that wish to have
a class property should derive from that metaclass. This
approach solves the unintended behavior of the property
only being set on a given instance. For compatibility, the
old behavior is retained if the metaclass is not used.
Project now requires Python 3.6 or later.
Switch to pkgutil namespace technique
for the jaraco
namespace.
Refresh packaging.
Use Python 3 syntax for new-style classes.
Corrected namespace package declaration to match
jaraco
namespaced packages.
#1: Added a project description.
Refresh packaging.
Added documentation.
Project is now automatically released by Travis CI.
Move hosting to Github.
Use setuptools_scm for version detection.
Limit dependencies in setup_requires.
Added properties
module from jaraco.util 10.8.
Initial release based on jaraco.util 10.8.