Commit Graph

1662 Commits

Author SHA1 Message Date
1206fbef3d moving contributing info from README to Contributing docs 2024-04-20 09:18:26 -06:00
4f3faa9941 move adding test deps to rtd build from setup.py to rtd config 2024-04-20 09:18:26 -06:00
2974d831e7 readthedocs build is failing, looking for factoryboy and pytest - add test deps to docs 2024-04-06 12:19:30 -06:00
9af46b679a Create frame for friendlier docs, rebuild autodocs 2024-04-06 11:40:14 -06:00
5eb98a2288 Merge pull request #450 from dhuseby/main
Adding notes to README.md
2024-03-15 09:32:36 -06:00
c2b180bf32 Update README.md
Adding note about testing
2024-03-14 13:22:54 -06:00
e6507d8617 Update README.md
adding a few notes and myself as maintainer
2024-03-14 12:53:58 -06:00
383ffcb12c fixed noise_state returns bytearray where we want bytes, add slow to pytest markers 2024-03-09 11:02:22 -07:00
42cf2033c6 Update README.md
fix circleci build badge
2024-03-02 13:50:47 -07:00
973a00e130 clean up some README errors 2024-03-02 13:47:55 -07:00
3d75de194a Merge pull request #447 from pacrob/upgrade-template
Upgrade template
2024-03-02 12:14:52 -07:00
6099b7c5db newsfragments 2024-03-02 12:05:27 -07:00
121c1d0afc add interop tests, but not turned on 2024-03-02 11:50:40 -07:00
ee4e9c4645 rename libp2p test dir and rebuild protobufs 2024-03-02 11:10:05 -07:00
318ce66ef5 add missing deps 2024-03-01 15:36:16 -07:00
51291cee95 drop upper pins 2024-03-01 15:34:44 -07:00
7c3a122b5e do not lint protobuf-generated files 2024-03-01 15:33:49 -07:00
755fb21e1c turn off windows wheel builds 2024-02-20 09:17:01 -07:00
94483714a3 run lint and fix errors, except mypy 2024-02-19 16:05:58 -07:00
42605c0288 merge template updates and refill vars 2024-02-19 14:49:30 -07:00
d4814db592 chore: Update .github/workflows/stale.yml [skip ci] 2024-02-14 22:49:54 +00:00
bdd1a342d9 add docs build path for ci to check pdf and epub 2024-01-31 16:20:42 -07:00
2eff6f8be8 update windows wheel ci jobs to use pyenv, add py312 job 2024-01-31 11:13:12 -07:00
b853f5ccdf add py312 support 2024-01-31 11:13:12 -07:00
80c17510b2 chore: Update .github/workflows/stale.yml [skip ci] 2024-01-31 16:49:15 +00:00
8bb1647d2c chore(cfg): update new issue templates
Signed-off-by: Dave Huseby <dwh@linuxprogrammer.org>
2024-01-26 03:26:00 -07:00
b973caa484 Merge pull request #441 from libp2p/dependabot/go_modules/tests_interop/go_pkgs/examples/github.com/libp2p/go-libp2p-0.27.8
Bump github.com/libp2p/go-libp2p from 0.18.0 to 0.27.8 in /tests_interop/go_pkgs/examples
2024-01-26 03:19:35 -07:00
2d9f360ee3 Bump github.com/libp2p/go-libp2p in /tests_interop/go_pkgs/examples
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.18.0 to 0.27.8.
- [Release notes](https://github.com/libp2p/go-libp2p/releases)
- [Changelog](https://github.com/libp2p/go-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/go-libp2p/compare/v0.18.0...v0.27.8)

---
updated-dependencies:
- dependency-name: github.com/libp2p/go-libp2p
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-26 10:18:18 +00:00
589de623dd Merge pull request #437 from libp2p/dependabot/go_modules/tests_interop/go_pkgs/examples/github.com/libp2p/go-libp2p-0.18.0
Bump github.com/libp2p/go-libp2p from 0.10.3 to 0.18.0 in /tests_interop/go_pkgs/examples
2024-01-26 03:17:10 -07:00
8ffe3b8900 Update tox.ini
Add `pre-commit install` here since it was removed from ci config
2024-01-12 15:03:07 -07:00
3fed49fb49 Update config.yml
Drop the `install pre-commit` step here, as it is installed for all linting ci via the tox env deps
2024-01-12 14:50:29 -07:00
608a0a954b Update test_import_and_version.py
clean up test_import_and_version
2024-01-09 14:36:12 -07:00
4ac9e87166 Update test_import_and_version.py
clean up test_import_and_version
2024-01-09 14:35:27 -07:00
e342fe7624 add version to import test 2024-01-09 12:07:08 -07:00
30e3c1de20 toml bools should be lowercase w/o quotes 2024-01-09 12:06:27 -07:00
cb3f556315 move pyupgrade before black 2023-12-13 13:45:27 -07:00
621cd56059 add pyupgrade to pre-commit hooks 2023-12-13 13:45:27 -07:00
d1395aaad2 add .bumpversion.cfg to pre-commit ignore
Causes problems with releasing when pre-commit changes the file after bumpversion updates it
2023-12-01 16:01:08 -07:00
0b0593880d add formats key to RTD to make downloadable docs available 2023-11-28 09:35:07 -07:00
67c0fb4f7b Ignore all __pycache__ directories (#114)
* Ignore all __pycache__ directories

* Newsfragment

* Revert Newsfragment
2023-11-27 15:51:31 -07:00
4d17820fca Further generalize the grep command for remote check 2023-11-27 14:30:52 -07:00
d2a0901899 Merge pull request #112 from fselmo/update-upstream-check-grep
Makefile updates
2023-11-07 12:53:06 -07:00
7f75b270a5 Use upcoming version in make notes commit 2023-11-07 12:13:48 -07:00
3c65483121 update the grep command for upstream branch check
- Sometimes 'www.' is used in the url for https
2023-11-07 12:08:39 -07:00
885bef7b5e condense tox lint envs as linting now a pre-commit call, not tox 2023-10-27 12:40:23 -06:00
8d5d92ddd8 Update setup.py
drop pytest-watch from dev dependencies
2023-10-26 12:54:07 -06:00
662b35d09a Update pyproject.toml
Add description of pydocstyle D415 rule
2023-10-12 12:14:28 -06:00
86440ee879 add autoflake to lint and move config to pyproject.toml 2023-10-12 12:11:12 -06:00
c3c29ddf43 bump pre-commit to 4.5 and add github-flavored markdown linting extension 2023-10-11 11:23:49 -06:00
146a3a9b02 drop egg references 2023-10-11 10:49:47 -06:00