]> git.phdru.name Git - ppu.git/history - setup.py
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[ppu.git] / setup.py
2023-10-18 Oleg BroytmanTests,CI: Python 3.12
2022-10-27 Oleg BroytmanTests, CI: Run tests with Python 3.11
2022-09-19 Oleg BroytmanBuild(setup.py): Python 3.10
2021-01-08 Oleg BroytmanTest,CI: Run tests with Python 3.9
2020-02-27 Oleg BroytmanTests: Run tests with Python 3.8
2019-02-18 Oleg BroytmanStyle(setup): Fix flake8 F821 undefined name `execfile...
2019-02-18 Oleg BroytmanBuild(setup): Use exec[file] to get version from __vers...
2019-02-07 Oleg BroytmanBuild(setup.py): Use `importlib` instead of deprecated...
2019-01-31 Oleg BroytmanPython 3.7
2018-08-21 Oleg BroytmanDrop support for Python 3.3
2018-05-25 Oleg BroytmanUpgrade: http://phdru.name -> https://phdru.name
2018-04-16 Oleg BroytmanBuild, docs: pypi.python.org => pypi.org
2018-04-08 Oleg BroytmanStyle(setup.py): Reindent parameters
2018-03-30 Oleg BroytmanBuild(setup.py): Add long_description_content_type
2018-03-29 Oleg BroytmanBuild(setup.py): Add `project_urls`
2018-03-28 Oleg BroytmanBuild(setup.py): Use setuptools instead of distutils
2018-02-04 Oleg BroytmanBuild: Use module returned by imp.load_source() directly
2017-12-13 Oleg BroytmanRelease 0.6 0.6.0
2017-12-11 Oleg BroytmanBuild(setup.py): Use python_requires keyword
2017-11-15 Oleg BroytmanFeat: PyPy
2017-08-20 Oleg BroytmanFix(setup): Fix keywords and platforms
2017-07-09 Oleg BroytmanVersion 0.5.0 0.5.0
2017-06-04 Oleg BroytmanVersion 0.4.0: Add script which.py 0.4.0
2017-06-04 Oleg BroytmanNext version will be 0.4.0
2017-06-04 Oleg BroytmanFeat: create ppu module
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanFix deps: Add argparse to install_requires for Py 2.6
2017-04-30 Oleg BroytmanVersion 0.3.2: Convert README to reST 0.3.2
2017-04-30 Oleg BroytmanFix release: build scripts with '/usr/bin/env python' 0.3.1
2017-04-30 Oleg BroytmanRelease at PyPI
2017-04-30 Oleg BroytmanMove cmp.py, remove-old-files.py and rm.py to scripts...
2017-04-30 Oleg BroytmanPrepare for a beta release 0.2.0
2017-04-30 Oleg BroytmanAdd rm.py
2017-04-30 Oleg BroytmanAdd cmp.py
2017-04-30 Oleg BroytmanRename the project to Portable Python Utilities
2017-04-29 Oleg BroytmanVersion 0.2 alpha
2017-04-16 Oleg BroytmanRelease 0.1.0: Remove empty directories 0.1.0
2017-04-15 Oleg BroytmanPre-alpha release
2017-04-15 Oleg BroytmanAdd remove-old-files.py - the main script in the package
2017-04-15 Oleg BroytmanPython: 2.6, 2.7 and 3.3+
2017-04-15 Oleg BroytmanFix setup.py
2017-04-15 Oleg BroytmanInitial commit - created the project