Changelog
0.1.16 (2020-01-18)
Changed
- Removing typing. [Luis Alejandro Martínez Faneyth]
- Dropping support for python 2.7 and 3.4. [Luis Alejandro Martínez Faneyth]
- Updating branding. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing minor bugs. [Luis Alejandro Martínez Faneyth]
Other
- Scheduled monthly dependency update for November (#49) [pyup.io bot]
- Scheduled monthly dependency update for October (#48) [pyup.io bot]
- Scheduled monthly dependency update for September (#47) [pyup.io bot]
- Scheduled monthly dependency update for August (#46) [pyup.io bot]
- Scheduled monthly dependency update for July (#45) [pyup.io bot]
- Scheduled monthly dependency update for June (#44) [pyup.io bot]
- Scheduled monthly dependency update for May (#43) [pyup.io bot]
- Scheduled monthly dependency update for April (#42) [pyup.io bot]
- Scheduled monthly dependency update for March (#41) [pyup.io bot]
- Scheduled monthly dependency update for February (#40) [pyup.io bot]
- Scheduled monthly dependency update for January (#39) [pyup.io bot]
- Improving Readme. [Luis Alejandro Martínez Faneyth]
0.1.15 (2018-12-18)
Changed
- Removing support for python 2.6 & 3.2. [Luis Alejandro Martínez Faneyth]
Other
- Scheduled monthly dependency update for December (#38) [pyup.io bot]
- Scheduled monthly dependency update for April (#31) [pyup.io bot]
- Scheduled monthly dependency update for March (#30) [pyup.io bot]
- Scheduled monthly dependency update for February (#29) [pyup.io bot]
- Scheduled monthly dependency update for January (#28) [pyup.io bot]
- Scheduled monthly dependency update for December (#27) [pyup.io bot]
- Scheduled monthly dependency update for November (#26) [pyup.io bot]
- Scheduled monthly dependency update for September (#24) [pyup.io bot]
0.1.14 (2018-04-18)
Changed
- Changing pypi URL to pypi.org because service changed. [Luis Alejandro Martínez Faneyth]
Fixed
- Bumping pipsalabim version. [Luis Alejandro Martínez Faneyth]
- Fixing package list parser. [Luis Alejandro Martínez Faneyth]
0.1.13 (2017-08-02)
Changed
- Adding development tools to requirements. [Luis Alejandro Martínez Faneyth]
- Unpinning requirements. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing requirements parse error. [Luis Alejandro Martínez Faneyth]
0.1.12 (2017-08-01)
Changed
- Updating requirements and configuring pyup. [Luis Alejandro Martínez Faneyth]
0.1.11 (2017-07-17)
Changed
- Adjusting version of setuptools for python 2.6. [Luis Alejandro martínez Faneyth]
- Adjusting environment markers for different python versions. [Luis Alejandro martínez Faneyth]
- Fixing pydocstyle version. [Luis Alejandro martínez Faneyth]
- Add support for pyup. [Luis Alejandro martínez Faneyth]
- Migrating to environment markers in requirements for simpler management. [Luis Alejandro martínez Faneyth]
- Improving README. [Luis Alejandro martínez Faneyth]
0.1.10 (2017-05-19)
Changed
- Minor documentation changes. [Luis Alejandro Martínez Faneyth]
- Modifying parsing of URL to fix download errrors. [Luis Alejandro Martínez Faneyth]
- Fixing python 2.6 support. [Luis Alejandro Martínez Faneyth]
0.1.9 (2017-05-18)
Changed
- Improving memory management. [Luis Alejandro Martínez Faneyth]
0.1.8 (2017-05-18)
Changed
- Extending available memory limit to 600MB. [Luis Alejandro Martínez Faneyth]
0.1.7 (2017-05-18)
Changed
- Adding check to avoid running out of memory. Fixes #11. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing memory usage calculation. Fixes #10. [Luis Alejandro Martínez Faneyth]
0.1.6 (2017-05-13)
Changed
- Adding Maintainer guide and changing landscape.io for Code Climate. [Luis Alejandro Martínez Faneyth]
- Refactoring pypicontents pypi to allow the reading of .whl and .egg formats. [Luis Alejandro Martínez Faneyth]
- Changing location of pip cache. [Luis Alejandro Martínez Faneyth]
- Only try to download a file once (closes #7). [REF] Refactoring pypicontents.wrapper to be better organized. [REF] Updating regexes in pypicontents.api.errors and pypicontents.api.stats to match new strings. [REF] Allowing exception logs to show in pypicontents.api.pypi. [REF] Removing the portion of code that removes directories from pip cache. Let the user remove them at will. [REF] Moving inspection of setup.py to pypicontents.wrapper to isolate better the importing of foreign modules. [Luis Alejandro Martínez Faneyth]
- Monkeypatching logging._levelNames for python >= 3.4 (closes #9). [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing error strings. [REF] Refactoring functional tests. [Luis Alejandro Martínez Faneyth]
Other
- Fixing python 3.2 incompatibility. Adding functional tests with docker. Updating module level documentation. Removing xmlrpc api because json api is enough. Adding support for whl and egg archive extensions. Removing unused code, unused functions and general linting. [Luis Alejandro Martínez Faneyth]
0.1.5 (2017-01-05)
Fixed
- Fixing logger behaviour in python 2.6 and adding case for inventory v1 in the stdlib command. [Luis Alejandro Martínez Faneyth]
0.1.4 (2017-01-05)
Fixed
- Hotfix to fix python 2.6 support. [Luis Alejandro Martínez Faneyth]
0.1.3 (2017-01-04)
Fixed
- Adding coding to commands to avoid encoding issues. [Luis Alejandro Martínez Faneyth]
0.1.2 (2017-01-04)
Added
- Adding configuration file for gitchangelog. [Luis Alejandro Martínez Faneyth]
Changed
- Updating year in copyright. [Luis Alejandro Martínez Faneyth]
- Adding support for python 2.6. [Luis Alejandro Martínez Faneyth]
- Removing dependency on sphinx (closes #6). By importing fetch_inventory from sphinx.ext.intersphinx, we remove the dependency on sphinx and will be able to modify to add compatibility with python 3.2. [Luis Alejandro Martínez Faneyth]
- Updating documentation. [Luis Alejandro Martínez Faneyth]
- Improving maintainer info. [Luis Alejandro Martínez Faneyth]
Fixed
- Fixing errors reported by flake8. [Luis Alejandro Martínez Faneyth]
- Fixing stdlib errors (closes #5). Various errors in different python versions fixed. [Luis Alejandro Martínez Faneyth]
- Removing fixed versions of python interpreters and replacing for dynamic discovery. [FIX] Only killing Popen if is running. [FIX] setupdir was misplaced. [REF] Improving documentation. [Luis Alejandro Martínez Faneyth]
0.1.1 (2016-12-19)
Changed
- Updating documentation. [Luis Alejandro Martínez Faneyth]
Fixed
- Removing fixed versions of python interpreters and replacing for dynamic discovery. [FIX] Only killing Popen if is running. [FIX] setupdir was misplaced. [REF] Improving documentation. [Luis Alejandro Martínez Faneyth]
0.1.0 (2016-12-19)
Added
- Adding project’s metadata. [Luis Alejandro Martínez Faneyth]
Changed
- Improving docs. [Luis Alejandro Martínez Faneyth]
- Commiting changelog. [Luis Alejandro Martínez Faneyth]
- Improving docs. [Luis Alejandro Martínez Faneyth]
- Adding maintainer info. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [REF] Refactoring commands. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [REF] Improving commandline parser. [Luis Alejandro Martínez Faneyth]
- Renaming commands. [REF] Improving documentation. [Luis Alejandro Martínez Faneyth]
- Improving documentation. [Luis Alejandro Martínez Faneyth]
- Improving README. [Luis Alejandro Martínez Faneyth]
- Updating graphic image. [Luis Alejandro Martínez Faneyth]
- Implementing stdlib population in this branch. [Luis Alejandro Martínez Faneyth]
- Enabling logging by file. [Luis Alejandro Martínez Faneyth]
- Refactoring to correct download url. [FIX] Fixing problem with variable. [REF] Adding timeout to max 40min to allow push from Travis. [Luis Alejandro Martínez Faneyth]
- Adding more complete .gitignore. [Luis Alejandro Martínez Faneyth]
- General refactoring. Creating a package for better organization of code. [FIX] Filling pypicontents.json with preliminar data. [IMP] Monkey patching for setup.py is done now through globals() parameter of exec. [IMP] Filling README.md. [Luis Alejandro Martínez Faneyth]
Fixed
- Escaping URLs because someone uploaded a package file with spcaes in its name. One see things in this life … [Luis Alejandro Martínez Faneyth]
Other
- Importing PyPIrazzi source code. [Luis Alejandro Martínez Faneyth]
- Including dockerfiles. Moving scripts to separate package: pypirazzi. [Luis Alejandro Martínez Faneyth]