| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix long_description string in Python packaging (#249)v2.2.2 | Jon Parise | 2019-08-06 | 1 | -2/+1 |
| | | | | | | When defining `long_description` in setup.cfg using the `file:` directive, we need to keep everything on one line. Otherwise, it will treat the value as a block of literal text. | ||||
| * | Set `long_description_content_type = text/x-rst` | Jon Parise | 2019-07-30 | 1 | -0/+1 |
| | | |||||
| * | Normalize the repository URL (#238) | Jon Parise | 2019-07-05 | 1 | -1/+1 |
| | | |||||
| * | Drop official support for Python 3.4 (#234) | Jon Parise | 2019-06-07 | 1 | -1/+0 |
| | | | | | Python 3.4 has reached end-of-life so remove it from the set of officially supported Python versions. | ||||
| * | Introduce package metadata configuration by using setup.cfg | Hervé Beraud | 2019-02-21 | 1 | -9/+38 |
| | | | | | | | | | | | | | Since setuptools 30.3.0 we can use setup.cfg to configure package for build and distribute. These changes propose to adopt a more modern approach to package pymemcache by using latest and stable feature of setuptools. Overview: - remove python code to maintain - introduce package metadata, - centralize version management in package metadata | ||||
| * | Parse version directly from pymemcache/__init__.py | Jon Parise | 2019-01-28 | 1 | -8/+0 |
| | | | | | | | | | | | | We can no longer import the __version__ attribute because there is no an implicit runtime dependency on six (as of #197), and we can't guarantee that six is installed until *after* setup.py is parsed and run. Instead, parse the `__version__ = 'x.y.z'` string from __init__.py to extract the version. Fixes #214 | ||||
| * | Omit test/* code from the coverage report | Jon Parise | 2019-01-07 | 1 | -1/+4 |
| | | |||||
| * | Bump version to 2.0.0 | Joe Gordon | 2018-09-12 | 1 | -1/+1 |
| | | |||||
| * | Bump versionnew-release-144 | Nicholas Charriere | 2018-01-07 | 1 | -1/+1 |
| | | |||||
| * | Exclude well-known non-code paths from flake8 | Jon Parise | 2017-05-05 | 1 | -0/+1 |
| | | | | | Also fix a minor flake8 issue in setup.py. | ||||
| * | Bump version to 1.4.3release-143 | Nicholas Charriere | 2017-04-04 | 1 | -3/+1 |
| | | |||||
| * | Bump version to 1.4.2 | Nicholas Charriere | 2017-02-23 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.4.1prelease-141 | Nicholas Charriere | 2017-02-18 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.4.0prerelease-140 | Nicholas Charriere | 2016-11-05 | 1 | -1/+1 |
| | | |||||
| * | Make line length reqs explicitpep8 | Nicholas Charriere | 2016-11-05 | 1 | -0/+1 |
| | | |||||
| * | Bump version to 1.3.8release-138 | Nicholas Charriere | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Release 1.3.7 | Nicholas Charriere | 2016-10-03 | 1 | -3/+3 |
| | | |||||
| * | Prevent pytest-warning on pytest 3.0+ | Adam Chainz | 2016-08-24 | 1 | -3/+3 |
| | | | | | Prevent `WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.`, as per pytest-dev/pytest#567. | ||||
| * | Bumpversionrelease | Nicholas Charriere | 2016-07-27 | 1 | -19/+19 |
| | | |||||
| * | Preparing for release 1.3.6: adding bumpversion config and changelogv1.3.6 | Nicholas Charriere | 2016-07-27 | 1 | -0/+7 |
| | | |||||
| * | setup.cfg - fix [wheel] -> [bdist_wheel] | Adam Chainz | 2016-04-15 | 1 | -1/+1 |
| | | | | | [wheel] is legacy, [bdist_wheel] is the future. See https://bitbucket.org/pypa/wheel/src/4da780b849affbff98a0defb21ad1f30a94d6f57/wheel/bdist_wheel.py?at=default&fileviewer=file-view-default#bdist_wheel.py-119 | ||||
| * | Setup pytest configuration for benchmarks | John Anderson | 2015-07-02 | 1 | -0/+1 |
| | | | | | | Using tox -e py27 -- -m benchmark or pytest -m benchmark you can now run the benchmarking tests | ||||
| * | flake8 the tests | John Anderson | 2015-06-20 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'flake8' of https://github.com/sontek/pymemcache into ↵ | John Anderson | 2015-06-20 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | | switch_to_pytest Conflicts: setup.cfg setup.py tox.ini | ||||
| | * | Flake8/pep8 the code | John Anderson | 2015-06-19 | 1 | -0/+4 |
| | | | |||||
| * | | Finished porting integration tests to pytest | John Anderson | 2015-06-19 | 1 | -0/+5 |
| | | | |||||
| * | | Move to use pytest instead of nose | John Anderson | 2015-06-19 | 1 | -0/+11 |
| |/ | |||||
| * | Add setup.cfg to make universal wheel. | INADA Naoki | 2014-04-16 | 1 | -0/+2 |
