Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <dan@danryan.co>
  • Loading branch information
techalchemy committed Jun 14, 2018
1 parent 9234b7b commit af6ffac
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 16 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
1.0.0 (2018-06-14)
==================

Features
--------

- Add pipfile parser to parse all requirements from pipfile to requirement
format and generate pipfile hashes (1-8626a21e)
- Add towncrier (2-67dc613c)
- Reorganize and reformat codebase, refactor (3-e75874b8)
- Implement lockfile parser and allow it to output to requirements.txt format
(4-db40abee)
- Better parsing of named requirements with extras (5-29003d80)
- Add constraint_line property for pip constraintfile input (6-35545f43)
- Rewrite parser logic for cleanliness and consistency (7-86730a3b)

Bug Fixes
---------

- Normalize windows paths for local non-vcs requirements. (1-c0427444)
- Fixed a bug which mixed posix-style and windows-style path separators for
relative paths (2-87c25f38)
- Raise an explicit error when handling the current directory as a requirement
if it isn't installable (3-945eb36f)
- Bugfix for local file requirements which had their URIs inappropriately
truncated (4-5db8d449)
- Requirement line output will now properly match the URI scheme supplied at
creation time (5-fe297a9d)
- Fixed a bug with path resolution related to ramdisks on windows (6-47e8d4e6)
- Fix a bug which caused parsing to fail by adding extra whitespace to
requirements (7-5e90adc8)

Vendored Libraries
------------------

- Vendored patched pipfile
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include README.rst LICENSE NOTICES HISTORY.txt
include README.rst LICENSE NOTICES HISTORY.txt CHANGELOG.rst
recursive-include src *LICENSE* *COPYING*
1 change: 0 additions & 1 deletion news/1-8626a21e.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/1-c0427444.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/2-67dc613c.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/2-87c25f38.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/3-945eb36f.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/3-e75874b8.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/4-5db8d449.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/4-db40abee.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/5-29003d80.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/5-fe297a9d.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/6-35545f43.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/6-47e8d4e6.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/7-5e90adc8.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/7-86730a3b.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/pipfile.vendor

This file was deleted.

0 comments on commit af6ffac

Please sign in to comment.