Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix #176: Create semver 3.0.0-dev.1 #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# http://editorconfig.org
root = true

[*]
end_of_line = lf
charset = utf-8

[*.py]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[docs/Makefile]
indent_style = tab
251 changes: 219 additions & 32 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,33 +1,31 @@
# Patch/Diff Files
*.patch
*.diff

# Python .gitignore file from gh://github/gitignore/Python.gitignore
#
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.pytest_cache/
*$py.class

# C extensions
*.so

# Distribution / packaging
.cache
.emacs-project
.installed.cfg
.idea/
*.egg
*.egg-info/
.eggs/
.Python
.tmp/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
Expand All @@ -36,43 +34,232 @@ MANIFEST
*.manifest
*.spec

# Environment
env*/
venv*/
.env*
.venv*

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Spyder project settings
.spyderproject
.spyproject

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
doc/_build/
docs/_build/

# PyBuilder
.pybuilder/
target/

# Backup files
*~
# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

#/-- Python

#--- Kate from gh://github/gitignore/Global/Kate.gitignore
*.kate-swp
.swp.*
#/--- Kate

#--- Vim from gh://github/gitignore/Global/Vim.gitignore
# Swap
[._]*.s[a-v][a-z]
!*.svg # comment out if you don't need vector files
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]

# Session
Session.vim
Sessionx.vim

# Temporary
.netrwhist
*~
# Auto-generated tag files
tags
# Persistent undo
[._]*.un~
#/--- Vim

#--- VisualStudioCode from gh://github/gitignore/Global/VisualStudioCode.gitignore
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# Local History for Visual Studio Code
.history/

#/--- VisualStudio

#--- JetBrains from gh://github/gitignore/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser

#/--- JetBrains

# --------



# Patch/Diff Files
*.patch
*.diff
36 changes: 25 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,24 @@ language: python
cache: pip

before_install:
sudo apt-get install -y python3-dev
- sudo apt-get install -y python3-dev

install:
- pip install --upgrade pip setuptools
- pip install virtualenv tox
- pip install virtualenv tox wheel
- tox --version

script: tox -v

matrix:
include:
- python: "2.7"
env: TOXENV=py27

- python: "3.4"
env: TOXENV=py34

- python: "3.6"
env: TOXENV=checks

- python: "3.5"
env: TOXENV=py35
- python: "3.8"
dist: xenial
env: TOXENV=mypy

- python: "3.6"
env: TOXENV=py36
Expand All @@ -32,5 +29,22 @@ matrix:
dist: xenial
env: TOXENV=py37

- python: "pypy"
env: TOXENV=pypy
- python: "3.8"
dist: xenial
env: TOXENV=py38

- python: "3.9-dev"
dist: bionic
env: TOXENV=py39

- python: "nightly"
dist: bionic
env: TOXENV=py310

- python: "3.8"
dist: xenial
env: TOXENV=mypy

jobs:
allow_failures:
- python: "nightly"
Loading