Skip to content

Commit b11a5ed

Browse files
committed
Sync config with SCTK
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b9cdafa commit b11a5ed

File tree

4 files changed

+191
-19
lines changed

4 files changed

+191
-19
lines changed

CODE_OF_CONDUCT.rst

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
Contributor Covenant Code of Conduct
2+
====================================
3+
4+
Our Pledge
5+
----------
6+
7+
In the interest of fostering an open and welcoming environment, we as
8+
contributors and maintainers pledge to making participation in our
9+
project and our community a harassment-free experience for everyone,
10+
regardless of age, body size, disability, ethnicity, gender identity and
11+
expression, level of experience, education, socio-economic status,
12+
nationality, personal appearance, race, religion, or sexual identity and
13+
orientation.
14+
15+
Our Standards
16+
-------------
17+
18+
Examples of behavior that contributes to creating a positive environment
19+
include:
20+
21+
- Using welcoming and inclusive language
22+
- Being respectful of differing viewpoints and experiences
23+
- Gracefully accepting constructive criticism
24+
- Focusing on what is best for the community
25+
- Showing empathy towards other community members
26+
27+
Examples of unacceptable behavior by participants include:
28+
29+
- The use of sexualized language or imagery and unwelcome sexual
30+
attention or advances
31+
- Trolling, insulting/derogatory comments, and personal or political
32+
attacks
33+
- Public or private harassment
34+
- Publishing others’ private information, such as a physical or
35+
electronic address, without explicit permission
36+
- Other conduct which could reasonably be considered inappropriate in a
37+
professional setting
38+
39+
Our Responsibilities
40+
--------------------
41+
42+
Project maintainers are responsible for clarifying the standards of
43+
acceptable behavior and are expected to take appropriate and fair
44+
corrective action in response to any instances of unacceptable behavior.
45+
46+
Project maintainers have the right and responsibility to remove, edit,
47+
or reject comments, commits, code, wiki edits, issues, and other
48+
contributions that are not aligned to this Code of Conduct, or to ban
49+
temporarily or permanently any contributor for other behaviors that they
50+
deem inappropriate, threatening, offensive, or harmful.
51+
52+
Scope
53+
-----
54+
55+
This Code of Conduct applies both within project spaces and in public
56+
spaces when an individual is representing the project or its community.
57+
Examples of representing a project or community include using an
58+
official project e-mail address, posting via an official social media
59+
account, or acting as an appointed representative at an online or
60+
offline event. Representation of a project may be further defined and
61+
clarified by project maintainers.
62+
63+
Enforcement
64+
-----------
65+
66+
Instances of abusive, harassing, or otherwise unacceptable behavior may
67+
be reported by contacting the project team at [email protected]
68+
or on the Gitter chat channel at https://gitter.im/aboutcode-org/discuss .
69+
All complaints will be reviewed and investigated and will result in a
70+
response that is deemed necessary and appropriate to the circumstances.
71+
The project team is obligated to maintain confidentiality with regard to
72+
the reporter of an incident. Further details of specific enforcement
73+
policies may be posted separately.
74+
75+
Project maintainers who do not follow or enforce the Code of Conduct in
76+
good faith may face temporary or permanent repercussions as determined
77+
by other members of the project’s leadership.
78+
79+
Attribution
80+
-----------
81+
82+
This Code of Conduct is adapted from the `Contributor Covenant`_ ,
83+
version 1.4, available at
84+
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
85+
86+
.. _Contributor Covenant: https://www.contributor-covenant.org

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include *.rst
99
include setup.*
1010
include configure*
1111
include requirements*
12-
include .git*
12+
include .giti*
1313

1414
global-exclude *.py[co] __pycache__ *.*~
1515

requirements-dev.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
aboutcode-toolkit==7.0.1
2+
bleach==4.1.0
3+
build==0.7.0
4+
commonmark==0.9.1
5+
docutils==0.18.1
6+
et-xmlfile==1.1.0
7+
execnet==1.9.0
8+
iniconfig==1.1.1
9+
jeepney==0.7.1
10+
keyring==23.4.1
11+
openpyxl==3.0.9
12+
pep517==0.12.0
13+
pkginfo==1.8.2
14+
py==1.11.0
15+
pytest==7.0.1
16+
pytest-forked==1.4.0
17+
pytest-xdist==2.5.0
18+
readme-renderer==34.0
19+
requests-toolbelt==0.9.1
20+
rfc3986==1.5.0
21+
rich==12.3.0
22+
secretstorage==3.3.2
23+
tomli==1.2.3
24+
twine==3.8.0

requirements.txt

Lines changed: 80 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,80 @@
1-
attrs==19.3.0
2-
certifi==2019.11.28
3-
chardet==3.0.4
4-
idna==2.9
5-
importlib-metadata==1.5.0
6-
more-itertools==8.2.0
7-
packageurl-python==0.9.0
8-
packaging==20.1
9-
pathlib2==2.3.5
10-
pluggy==0.13.1
11-
py==1.10.0
12-
pyparsing==2.4.6
13-
pytest==5.3.5
14-
requests==2.23.0
15-
six==1.14.0
16-
urllib3==1.26.5
17-
wcwidth==0.1.8
18-
zipp==1.2.0
1+
attrs==21.4.0
2+
banal==1.0.6
3+
beautifulsoup4==4.11.1
4+
binaryornot==0.4.4
5+
boolean.py==3.8
6+
certifi==2021.10.8
7+
cffi==1.15.0
8+
chardet==4.0.0
9+
charset-normalizer==2.0.12
10+
click==8.0.4
11+
colorama==0.4.4
12+
commoncode==30.2.0
13+
construct==2.10.68
14+
container-inspector==31.0.0
15+
cryptography==36.0.2
16+
debian-inspector==30.0.0
17+
dockerfile-parse==1.2.0
18+
dparse2==0.6.1
19+
extractcode==31.0.0
20+
extractcode-7z==16.5.210531
21+
extractcode-libarchive==3.5.1.210531
22+
fasteners==0.17.3
23+
fingerprints==1.0.3
24+
ftfy==6.0.3
25+
future==0.18.2
26+
gemfileparser==0.8.0
27+
html5lib==1.1
28+
idna==3.3
29+
importlib-metadata==4.8.3
30+
inflection==0.5.1
31+
intbitset==3.0.1
32+
isodate==0.6.1
33+
jaraco.functools==3.4.0
34+
javaproperties==0.8.1
35+
Jinja2==3.0.3
36+
jsonstreams==0.6.0
37+
license-expression==21.6.14
38+
lxml==4.8.0
39+
MarkupSafe==2.0.1
40+
more-itertools==8.13.0
41+
normality==2.3.3
42+
packagedcode-msitools==0.101.210706
43+
packageurl-python==0.9.9
44+
packaging==21.3
45+
parameter-expansion-patched==0.3.1
46+
patch==1.16
47+
pdfminer-six==20220506
48+
pefile==2021.9.3
49+
pip-requirements-parser==31.2.0
50+
pkginfo2==30.0.0
51+
pluggy==1.0.0
52+
plugincode==30.0.0
53+
ply==3.11
54+
publicsuffix2==2.20191221
55+
pyahocorasick==2.0.0b1
56+
pycparser==2.21
57+
pygmars==0.7.0
58+
Pygments==2.12.0
59+
pymaven-patch==0.3.0
60+
pyparsing==3.0.8
61+
pytz==2022.1
62+
PyYAML==6.0
63+
rdflib==5.0.0
64+
regipy==2.3.1
65+
requests==2.27.1
66+
rpm-inspector-rpm==4.16.1.3.210404
67+
saneyaml==0.5.2
68+
six==1.16.0
69+
soupsieve==2.3.1
70+
spdx-tools==0.7.0a3
71+
text-unidecode==1.3
72+
toml==0.10.2
73+
typecode==30.0.0
74+
typecode-libmagic==5.39.210531
75+
urllib3==1.26.9
76+
urlpy==0.5
77+
wcwidth==0.2.5
78+
webencodings==0.5.1
79+
xmltodict==0.12.0
80+
zipp==3.6.0

0 commit comments

Comments
 (0)