Oz N Tiram
96908fda74
Remove importlib_metadata from Pipfile
...
This isn't explicitly used anywhere.
2022-06-28 21:04:49 +02:00
Matt Davis
6034244498
cleanup stale links ( #5048 )
...
* cleanup stale links
* only support one sidebar html file. Address PR feedback. HTML5 attributes.
* Update sphinx dependenencies
* Corrected CLI patch for new version of sphinx-click.
* fix placement of search bar back to original spot.
* cleanup a sphinx build warning.
2022-04-18 06:59:16 +02:00
Matt Davis
5d845dc6b9
Added pytest-cov and addressed outdated references to pip-tools ( #5038 )
...
* Add pytest-cov; Remove code references to pip-tools and refactor method _build_package_list
* Regenerate lock file.
* Add back required typing-extensions, not sure how it got dropped from locking previously.
* Adopt the setup.cfg for coverage config.
* Actually pin to the version of click we have vendored in.
* Do not adopt coverage for CI since it slows everything down. Fix py36 dependency pinning.
* Drop support for 3.6 in this PR.
* No need to exclude the vendor and patched directory from the coverage reprot.
2022-04-14 08:59:27 +02:00
ImreC
63ac0d03a9
Implements requirements command as per #4959 ( #5013 )
...
* Implements reqs command
* Add news document
* Process comments
* Rename newsfile
* Adds --dev-only and --hash args
* Linting fixes
Co-authored-by: Imre Persoonlijk <imre1@pop-os.localdomain >
2022-04-05 14:13:33 +02:00
Matt Davis
9a3b3ce706
Issue 4993 Add standard pre commit hooks and apply linting. ( #4994 )
...
* Add .pre-commit-config.yaml to the project and exclude tests (for now). This does not include the MyPy linting that pip does but does include everything else.
2022-03-29 23:01:50 -04:00
Frost Ming
b90c469590
Update dependencies
2021-11-17 12:07:20 +08:00
Frost Ming
b990f7fe59
Update dependencies
2021-07-26 15:41:19 +08:00
Frost Ming
8c9039d0af
Remove passa from vendors
2021-07-26 15:41:19 +08:00
Dan Ryan
2f460a9128
Add sphinx spellcheck addon ( #4209 )
...
Co-Authored-By: Frost Ming <mianghong@gmail.com >
Co-Authored-By: Sumana Harihareswara <sh@changeset.nyc >
2020-04-29 02:39:06 -04:00
Dan Ryan
c23e57b482
Fix test and pipeline definitions
...
- Update extras name in pipelines
- fix windows virtualenv calls
- don't write debug info during virtualenv creation and just move on
- Generalize some pipelines
- Use quotes around evaluated statements in pipeline
- Fix envvar references
- Update vistir:
- fix stream wrapper on windows
- fix ICACLS permissions handler
- fix path normalization function
- Update azure venv creation script
- Fix vendoring script
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-05-18 23:22:53 -04:00
Dan Ryan
5310fbd77f
update python version in pipfile
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-05-15 20:43:03 -04:00
Dan Ryan
01b0496c4b
Update path
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-05-15 20:43:02 -04:00
Dan Ryan
4664925a64
Update lockfile
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-05-15 20:42:48 -04:00
Dan Ryan
e93ce98cb7
Update vendored deps
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-05-15 20:41:05 -04:00
Dan Ryan
1207e3dc76
Update keep outdated implementation with new pipenv code
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-02-26 01:06:44 -05:00
Dan Ryan
fae1dbab64
Update setup.py to keep pytest pinned below 4.0
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-02-18 12:58:44 -05:00
Dan Ryan
1fcafb8363
Re-integrate changes from keep_outdated
...
- Lost numerous changes in the rebase, this brings them back
- Should work for both sets of fixes now
Signed-off-by: Dan Ryan <dan@danryan.co >
2019-02-17 23:01:57 -05:00
Dan Ryan
1ed7ae9e68
Fix vcs locking, prefer pipfile entries once locked
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-11-24 19:28:50 -05:00
Dan Ryan
125c2cbab6
Update lockfile
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-08-28 12:12:49 -04:00
kennethreitz
7588ca31cf
passing tests!
2018-07-03 23:23:20 -04:00
kennethreitz
6968976b53
jedi
2018-07-03 22:32:47 -04:00
Dan Ryan
1ed07ff0b9
Update pipfile and setup.py
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-28 15:40:43 -04:00
Dan Ryan
e1a29337cd
Update release logs, add release tasks
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-17 21:51:24 -04:00
Dan Ryan
9d9824c30d
Update all vendored and patched libraries
...
- Update pipfile and lockfile
- Update licenses
- Bump pathlib2 to latest version
- Include scandir without compiled library dependency
- Update vendoring script to remote scandir binaries going forward
- Update pinned dependencies in vendor.txt
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-06-17 14:16:12 -04:00
Tzu-ping Chung
6bfa525fd3
Add tests for prettytoml datetime
2018-04-16 15:30:00 +08:00
Dan Ryan
c442d0a03a
Update pipfile, lockfile, and fix markers
...
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-06 23:26:36 -04:00
Dan Ryan
61418fda20
Fix all tests and split out requirements refactor
...
- includes missing artifacts
- fixes cmdprse script
- Remove extraneous changes
- Fix tests
2018-04-06 23:25:37 -04:00
Dan Ryan
31301b1536
Fix deps and testing infrastructure
...
- Fix requirement parsing
- Add appveyor config
- cutover from pathlib to pathlib2 if needed
- Pin pathlib2==2.1.0 to avoid scandir
- Windows script runner fix
- Backport `shlex.quote()` for use in `pipenv run`
- Update tests and appveyor
Signed-off-by: Dan Ryan <dan@danryan.co >
2018-04-06 23:19:32 -04:00
kennethreitz
c4ccc2292c
allow_prereleases
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-19 06:54:02 -04:00
kennethreitz
1ea3a3f7cb
pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-19 06:16:27 -04:00
kennethreitz
3ccb899a57
3.6
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-19 06:16:16 -04:00
Jeff Tratner
53911daa18
Make white only for python 3
2018-03-16 14:07:55 -07:00
kennethreitz
71ad64cc6d
white
2018-03-15 07:04:06 -04:00
kennethreitz
312e2f6db2
pipfile/pipfile.lock
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-15 06:34:36 -04:00
kennethreitz
c2dfd6bcdf
pipfile/lock
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 18:14:21 -04:00
kennethreitz
8357f9ea5b
black
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 18:11:02 -04:00
kennethreitz
1103043bc3
black
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-14 17:22:40 -04:00
kennethreitz
c2f7f697ee
black
...
https://github.com/ambv/black
2018-03-14 17:00:29 -04:00
kennethreitz
00158fcc71
change pipfile around
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-11 12:52:34 -04:00
kennethreitz
58b7e37a68
fix pipfile
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-07 07:50:50 -05:00
kennethreitz
bf74a09314
next version for ppa
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-07 06:49:36 -05:00
kennethreitz
62740e2d02
changes
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-06 12:32:13 -05:00
kennethreitz
75b6082744
--tap output
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-05 08:18:25 -05:00
kennethreitz
b36d594fab
pipfile updates
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-04 14:19:10 -05:00
kennethreitz
0682c5ab5d
vendor pytest-pypi
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-04 12:19:21 -05:00
kennethreitz
b33fa2daae
new requirements
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-03-04 11:05:11 -05:00
kennethreitz
ee6a859bff
better docs building experience
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-02-20 10:09:57 -05:00
kennethreitz
a116207f0f
add twine to dev dependencies
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-02-20 10:01:26 -05:00
kennethreitz
a42d85b151
scripts
...
Signed-off-by: Kenneth Reitz <me@kennethreitz.org >
2018-02-16 19:42:03 -05:00
kennethreitz
6806c827dd
hope this does not break build
2017-12-08 18:26:10 +00:00