[Python-modules-commits] [jaraco.functools] branch debian/master created (now f36fa1d)
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Aug 12 16:28:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
maxy pushed a change to branch debian/master
in repository jaraco.functools.
at f36fa1d Improve the long description
This branch includes the following new commits:
new 6d479ab Updated filesystem.change to use new string and functional tools
new afb4a7d Added method_caller
new 85dbf1d Added some Python language utilities
new c317a72 reverting unintended changes in functools.
new ec5d514 More Python 3 fixes
new 5e69f4c Refactored input (imports now happen once)
new 5364145 All modules now use unicode literals for Python 3 compatibility.
new 616a49e Added functools.once
new 1f9d3d9 compose now allows the innermost function to take arbitrary arguments.
new 315a33a Made some progress toward native Python 3 support
new 14dc786 Require six rather than bundle it
new 1ac20c3 Adding method_cache for caching values on the instance
new 2d866c2 Extend doctest to capture distinction from lru_cache.
new 8027b04 An alternate implementation inspired by http://stackoverflow.com/a/14946506/70170
new 72402bc Add another comment and reference.
new 7dde279 Move functools to a top-level module.
new 55c83ea Adding project skeleton
new 0d2ddcc Merge
new 09015b3 Update readme
new 8611b58 Add documentation
new 9ba2747 Trim docs conf to bare minimum.
new 246177d Add release alias
new 5b75641 Sphinx is a setup requirement.
new 116f569 Added tag 1.0 for changeset 22a09143ae01
new 247a42a Make pytest-runner and sphinx optionlly required.
new 5d3aa93 Added tag 1.1 for changeset 568b014b370d
new 6f24f9b Adopt two-newline prefix for globals
new d1fa978 Move pytest settings to pytest.ini
new 2c97192 Add test command
new 81c033e Update changelog
new b848a24 Add apply decorator
new 23ac117 Include change history in documentation.
new eb5cbb6 Remove leader
new 62071a3 Added tag 1.2 for changeset 840d3db67e6a
new da67ff0 Add call_aside decorator
new 8c1c076 Added tag 1.3 for changeset b71131ab7359
new ab25fdb Add throttler from irc.
new 2f06684 Update changelog
new 27d10d0 Regenerate project skeleton
new d867476 Merge project skeleton
new 8d380c1 Added tag 1.4 for changeset 7ac8501a438b
new a1c2a6d Remove package added by skeleton
new 60073f6 Added tag 1.4.1 for changeset 015822ac733c
new 74002a2 Add test capturing failure when throttler is used for methods
new d64419c module uses tabs
new 72bd570 Extract wait call
new b4316cb Fix test failure on Python 2.7 where throttler was ineffective due to integer division.
new 0be7baf Implement Throttler as a descriptor so it may be used to decorate methods
new 0fad915 Update changelog
new a60e093 Added tag 1.5 for changeset ad445c1ed196
new 815031b Use backports.functools_lru_cache to fix broken method_cache on Python 2.7.
new f19fe64 Document clearing the cache.
new 553d17b Allow the cache wrapper to be supplied.
new 4282ce6 Update changelog
new aef263a Added tag 1.6 for changeset 90df7466228f
new 19741b0 Allow unicode in doctests on Python 3
new 9265caa Add test capturing failure where a deepcopy fails after a method has been cached. Ref #1.
new e9cb60c On my mac, the throttler seems to be more aggressive.
new 5f4b6ac pytest>=2.8 is required for ALLOW_UNICODE
new 2cdc93c Refresh project skeleton
new ee338af Update merged skeleton
new 8da11c0 Update changelog
new 0ff55f8 Added tag 1.7 for changeset e3c1a0956ef4
new 9386398 Add test dependency on six.
new ce68d12 Skip test on Python 3.5.0 (but not 3.5.1+).
new d887b27 Meant version_info
new ece8704 Use ranged comparison
new 56d1daf Handle lookup of lru_cache more generously.
new fbe8b8b Added tag 1.8 for changeset 0b246b1f66cc
new bbdd083 Refresh project skeleton
new 6ca47d3 Merge patched skeleton
new 7c02598 Added tag 1.8.1 for changeset 184a6fe411f8
new 5ad1832 Generate project skeleton
new 52df9f0 Remove the package from the skeleton. It has no value.
new 3e975ee Remove skip, as the fix for 3.5.1 was insufficient. Ref #3
new 5782d05 Add gitignore. Make .hgignore empty - there's nothing here that's project specific.
new 8277707 Upon further reading, hg-git supports .gitignore, so omit .hgignore.
new 6d571b4 Update copyright
new b5982a5 Learning from lessons in the keyring 8.4 release (https://github.com/jaraco/keyring/issues/210), always clean the build artifacts before cutting a release.
new 65b6498 Derive description, url, and namespace_packages from name
new 483f797 Add a test for `method_cache` on the `__getitem__` and `__getattr__` magic methods.
new 5f9922a Merge pull request #4 from alejandro-rivera/method-cache-on-magic-methods
new 759a56c Update test to use new-style class for consistency with Python 3. Ref #5.
new 5fb814b Add a shim to handle creation of a separate cached method for special methods which cannot exist as instance_methods. Fixes #5.
new 89a1d18 Once again mark the test as skipped on versions where it's known to fail, as the upstream bug has been further extended to address the issue with __qualname__. Fixes #3.
new bfe607e Added tag 1.8.2 for changeset f0744391a60a
new 70e9d50 Add retry_call from qdf.requests
new a672603 Added tag 1.9 for changeset c1e9a22823ef
new 752b109 Add PyPI deployment
new b7f235b Merge with latest skeleton
new 54ac1dc Set password in PyPI deployment
new 58f71d1 Remove duplicate provider line
new 6e6616b Update changelog
new e50d4a2 Added tag 1.10 for changeset c9d395c4bfaf
new 01e953b Add support for linking to issues and adding datestamps to changelog entries.
new fd56680 Merge with skeleton
new c559dac Update changelog
new 90fbecc Added tag 1.11 for changeset b915cef9a002
new 04528bd Move Python 3.5 condition to 'on' section
new 29d9ebe Update comment to reflect the Github-backed skeleton model (preferred to the generation library-backed model).
new b93b3a0 Exclude the skeleton branch from testing
new efa552e Add badges for PyPI, downloads, and Travis-CI.
new e2900e9 Change indentation to match that which the travis tool generates when adding the password.
new c8c034e Use shields.io, as some of these other providers seem to have gone out of business.
new 3f61a73 Also add pyversions
new dfb1a94 Path is now .org
new 7edaa32 Update release process to use warehouse rather than legacy PyPI. Ref pypa/warehouse#1422.
new aa97172 Demonstrate test failure when method_cache is wrapped in property. Ref #6.
new e57cfbc Add another test capturing another manifestation of #6.
new 8fe33c7 Add caution per #6.
new 9adc349 Update changelog
new f1cc068 Merge with skeleton
new 3e80b49 Added tag 1.12 for changeset e9dc7445abf5
new d024388 The name of the project need not be in the README
new 629d80f No need for a .gitignore file; projects may want to add one, but I recommend not having one unless the project has project-specific files to ignore.
new a6a359d Add print_yielded from autocommand docs Add print_yielded function inspired by autocommand docs.
new f959b64 Remove mercurial metadata
new cebd65b Add pass_none
new 03c1cc8 Remove support for building docs, now that docs support for pypi is deprecated. I hope at some point RTD comes up with an API that once again allows automatic building of docs.
new 55967fc Sometimes you want to call a function with more params than it takes
new 4aa74da Fix assign_params on Python 2
new 750a2b3 Use tox instead of pytest-runner
new cc80be9 Use pkg_resources to resolve the version. Requires that the necessary package metadata have been built before building docs.
new 8b4139a Each requirement line is passed as a single parameter to pip, so you can't have a space separating the option and its value.
new 4d382b3 Python Packaging -- never do with one command what you can do with two.
new 12196ba Provide a reference to the license declaration in the readme. Fixes jaraco/skeleton#1.
new c4fd3f3 Use usedevelop to workaround tox-dev/tox#373
new 9698407 Incorporate pre-release of setuptools to cause releases to include the PEP-420 deferral.
new cbdf5fe Merge with skeleton
new 1d7afbe Just upgrade to released setuptools now.
new 9be6e61 Exclude versions of setuptools_scm due to pypa/setuptools_scm#109.
new aa1f8eb Allow passing posargs
new 60c7c18 Need a later version of setuptools_scm until it's released.
new 42ecbe7 Update to setuptools_scm 1.15.0rc1
new 95fd34c Gotta get an sdist - so use one jaraco built
new 200e6a5 Bump to setuptools_scm 1.15.0.
new 4ee40ca Update config to support building on ReadTheDocs
new 18cb65f Add note about the broken docs problem.
new a50fb1c Skip upload docs as it's deprecated anyway
new 99ffa27 Remove rant about docs. If there's no link to the docs, then this is the docs.
new 6245d09 Prefer get_distribution
new 3da8cf4 No longer rely on the package being installed to retrieve the version. Instead, load the project name and version by invoking the setup script.
new fbadf03 Also get the URL from the project metadata
new b2c592d Also grab the author from the package metadata
new b1133de Strip the trailing newline and then split on newline.
new 84b53d9 Default upload URL is now in Python 3.6. Use that.
new 5853c7e setup is already present in the module name. Just call them params.
new 746dd79 Use Python 3.6 by default
new 9f6eea5 No longer rely on setup_requires for wheel.
new 21a4e86 Add PEP substitution in changelog.
new ee0d864 Add support for Python 2.6 in docs conf
new e690b03 Set the origin date once and forget it.
new 1f9c571 Merge with skeleton
new 11f2ad5 Update changelog
new b728c58 Add python_requires directive.
new 59c37d7 Don't bother with copyright year(s). Let the repository history track the changes and copyright years. YAGNI.
new 049284c Include the project (for docstrings). Include Sphinx (for environments where it's not an implied provision).
new b9bcd86 Include pytest-sugar for nicer test output.
new 908cf4a Rely on jaraco.packaging for loading the package metadata from the package for Sphinx.
new 689f700 Use single-quotes to satisfy the style nazis.
new 23dae90 The requirement is no longer needed for tests.
new 8bc8ab9 Add test capturing expectation. Ref #7.
new c229fe8 Allow retry_call to accept infinity for the number of retries. Fixes #7.
new 919b605 Update changelog. Ref #7.
new d4eb420 Merge with skeleton
new 805fee2 Initial Debian packaging
new f36fa1d Improve the long description
The 167 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jaraco.functools.git
More information about the Python-modules-commits
mailing list