-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES
73 lines (60 loc) · 2.03 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Pypc Changelog
==============
Here you can see the full list of changes between each Pypc release.
Version 0.1.5-dev2
------------------
- fixed setup.py -- generated install_requires w/ incorrect format
Version 0.1.5-dev1
------------------
- flake8 compliant
- fixed bug in @strict decorator pkgs = pkgs=...
- MANIFEST.in only has README by default
- added keywords
- added __init__.html template (avoids flake8 end of file newline conflict)
Version 0.1.4
-------------
- 0.1.40
-- fixing year
-- initing project in pwd instead of creating dir
-- adding disallow_customfs to handle custom fs integration gracefully
-- renaming pypc.py to create.py to fit under pip/commands
-- create cli.py + porting scripts/pypc functionality to __init__
-- py2.7.9 may require pyopenssl ndg-httpsclient pyasn1
-- added --strict flag to setup virtualenv + pip install deps
-- added --venv flag to specify venv directory
- 0.1.41
-- fixing setup.py typo
-- adding 'minimal' to options dict
- 0.1.42
-- fixing encoding issue in settings.header (*args order in touch)
-- fixing setup.py desc, added quotes
-- updating documentation for strict mode + usage as a lib
Version 0.1.3
-------------
- Generates setup.py
- Code is much cleaner, code builds recursively
- Added html template files
- Fixing nosetests
- Removing wsgiref dependency (py3.4)
- README rst
- 0.1.35, fixed rel imports
- 0.1.37, fix header
- 0.1.38, add manifest, allow init w/ proj name (not only paths)
- 0.1.39, added minimalist mode (only setup.py, skips virtualenv)
-- added pypc -V version
-- added --fs pluggable json fs template (raises NotImplementedError)
-- variable README names supported with --rm (ominously named)
-- defaults author using getpass (questionable, likely won't work on windows)
Version 0.1.2
-------------
- Travis ci, Added lint requirements
- Virtualenv setup + installation
- Test case scaffolding
- Pip install dependencies
- Requirements.txt
Version 0.1.1
-------------
Scaffolds an module with empty placeholder files
Version 0.1
------------
First public preview release.