Skip to content

Commit 7da0a5f

Browse files
committed
Reset new project
Rename package Update README.md Update pyproject.toml Update setup.py Update configuration.py Update pyproject.toml Update CHANGELOG.md Update CHANGELOG.md Create 1.major Update _version.py updated package name Update build-release.yml Update README.md Update Pipfile add ci scripts Update setup.py blacked Update __init__.py add codeOwner Fix failures with Windows and Python 3.6 Update build-release.yml Update _version.py
1 parent 1327657 commit 7da0a5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+236
-484
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Default owners for everything in the repo.
2+
* @ARMmbed/otg-build-service

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
A detailed description of what is being reported. Please include steps to reproduce the problem.
55
66
Things to consider sharing:
7-
- What version of the package is being used (pip show mbed-tools-ci-scripts)?
7+
- What version of the package is being used (pip show continuous-delivery-scripts)?
88
- What is the host platform and version (e.g. macOS 10.15.2, Windows 10, Ubuntu 18.04 LTS)?
99
-->
1010

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
- id: mypy
2828
name: mypy
29-
entry: mypy -p mbed_tools_ci_scripts
29+
entry: mypy -p continuous_delivery_scripts
3030
language: python
3131
types: [python]
3232
require_serial: true

CHANGELOG.md

Lines changed: 4 additions & 246 deletions
Original file line numberDiff line numberDiff line change
@@ -5,252 +5,10 @@ This file is autogenerated.
55
Only edit this file directly to correct typos.
66
-->
77

8-
This document contains a history of significant changes which have been released for `mbed-tools-ci-scripts`. Please note that
8+
This document contains a history of significant changes which have been released for `continuous-delivery-scripts`. Please note that
99
beta releases are not included in this history. For a full list of all releases, please see the
10-
[PyPI Release History](https://pypi.org/project/mbed-tools-ci-scripts/#history).
10+
[PyPI Release History](https://pypi.org/project/continuous-delivery-scripts/#history).
1111

12-
[//]: # (begin_release_notes)
13-
14-
"1.7.4" (2020-07-08)
15-
====================
16-
17-
Bugfixes
18-
--------
19-
20-
- Add newline to news file created with create-news-file (#20200707)
21-
- Remove from pre-commit checks (#2020070701)
22-
- add timestamp to news file name (#20200707185215)
23-
24-
25-
"1.7.3" (2020-06-18)
26-
====================
27-
28-
Bugfixes
29-
--------
30-
31-
- Remove assert-news mutually exclusive group (#20200617)
32-
33-
34-
"1.7.2" (2020-06-17)
35-
====================
36-
37-
Bugfixes
38-
--------
39-
40-
- Fix unassigned variable error (#20200617)
41-
42-
43-
"1.7.1" (2020-04-30)
44-
====================
45-
46-
Bugfixes
47-
--------
48-
49-
- Tested on Python 3.8. (#20200429)
50-
51-
52-
Misc
53-
----
54-
55-
- #20200429
56-
57-
58-
"1.7.0" (2020-04-24)
59-
====================
60-
61-
Features
62-
--------
63-
64-
- Added a licence compliance check for the package and its dependencies. (#20200415)
65-
- Generates a licensing summary. (#20200420)
66-
- Add licensing summary to docs. (#20200423)
67-
- Changed the configuration type entry for package licence compliance check. (#20200424)
68-
69-
70-
Misc
71-
----
72-
73-
- #20200416
74-
75-
76-
"1.6.2" (2020-04-07)
77-
====================
78-
79-
Bugfixes
80-
--------
81-
82-
- Fix issue found in targets during SPDX report generation. (#20200407)
83-
84-
85-
"1.6.1" (2020-04-06)
86-
====================
87-
88-
Bugfixes
89-
--------
90-
91-
- Improves SPDX document contents. (#20200403)
92-
- Fix towncrier version to remove issue found in [tool's pre-release](https://github.com/twisted/towncrier/issues/180) (#20200406)
93-
94-
95-
"1.6.0" (2020-04-02)
96-
====================
97-
98-
Features
99-
--------
100-
101-
- Added utilities for generating the [SPDX report](https://spdx.org/) of a given python package (#2)
102-
- Generating SPDX documents as part of the release process. (#20200330)
103-
104-
105-
Misc
106-
----
107-
108-
- #20200330
109-
110-
111-
"1.5.1" (2020-03-26)
112-
====================
113-
114-
115-
Bugfixes
116-
--------
117-
118-
- Fix pre-commit configuration and add assert-news to the check list (#20200323)
119-
- Ignore yaml files when licensing (#20200326)
120-
121-
122-
"1.5.0" (2020-03-23)
123-
====================
124-
125-
Features
126-
--------
127-
128-
- Added a way/mode for `assert-news` to work on local repositories (#20200311)
129-
130-
131-
"1.4.1" (2020-03-19)
132-
====================
133-
134-
Bugfixes
135-
--------
136-
137-
- Updated licence notice to follow regex in `flake8-copyright` (#20200319)
12+
This project was forked from version 1.7.4 of [mbed-tools-ci-scripts](https://github.com/ARMmbed/mbed-tools-ci-scripts)
13813

139-
140-
Improved Documentation
141-
----------------------
142-
143-
- Adds licence/copyright notice (#20200319)
144-
145-
146-
"1.4.0" (2020-03-19)
147-
====================
148-
149-
Features
150-
--------
151-
152-
- Added a utility for putting a licence notice at top of source files. (#20200318)
153-
154-
155-
"1.3.0" (2020-02-26)
156-
====================
157-
158-
Features
159-
--------
160-
161-
- Add utility for generating news files (#20200226)
162-
163-
164-
"1.2.3" (2020-02-10)
165-
====================
166-
167-
Bugfixes
168-
--------
169-
170-
- Added missing `packaging` dependency. (#1)
171-
172-
173-
"1.2.2" (2020-02-07)
174-
====================
175-
176-
Bugfixes
177-
--------
178-
179-
- Fixed file upload to AWS (#3)
180-
181-
182-
"1.2.1" (2020-02-07)
183-
====================
184-
185-
Bugfixes
186-
--------
187-
188-
- Fix for multiple beta releases of a same version (#4)
189-
190-
191-
Misc
192-
----
193-
194-
- #20200206
195-
196-
197-
"1.2.0" (2020-02-06)
198-
====================
199-
200-
Features
201-
--------
202-
203-
- Commit back the version file on Beta releases (#2)
204-
205-
206-
Bugfixes
207-
--------
208-
209-
- Fix default arguments depending on unavailable config (#1)
210-
211-
212-
Misc
213-
----
214-
215-
- #1, #2
216-
217-
218-
"1.1.0" (2020-02-05)
219-
====================
220-
221-
Features
222-
--------
223-
224-
- Added unit tests for filesystem helpers (#1)
225-
- Generates documentation as part of the release process (#3)
226-
- Added package information (#4)
227-
- Added facilities for file upload to AWS S3 (#5)
228-
229-
230-
Bugfixes
231-
--------
232-
233-
- Ensures the documentation is put at the root of GitHub pages when releasing. (#2)
234-
235-
236-
Misc
237-
----
238-
239-
- #20200204, #20200205
240-
241-
242-
"1.0.0" (2020-02-03)
243-
====================
244-
245-
Major changes
246-
-------------
247-
248-
- Initial release (#1)
249-
- Renaming package (#2)
250-
- Remove the need for a temporary docs configuration to be defined. DOCUMENTATION_TEMP_CI_OUTPUT_PATH is no longer used. (#20200203)
251-
252-
253-
Misc
254-
----
255-
256-
- #20200131, #20200203, #202002032
14+
[//]: # (begin_release_notes)

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This Code of Conduct applies within all community spaces, and also applies when
3939

4040
## Enforcement
4141

42-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at support@mbed.com. All complaints will be reviewed and investigated promptly and fairly.
42+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at support@arm.com. All complaints will be reviewed and investigated promptly and fairly.
4343

4444
All community leaders are obligated to respect the privacy and security of the reporter of any incident.
4545

CONTRIBUTING.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Contribution Guide
22

3-
Mbed OS is an open source project and we really appreciate your contributions to the tools. We are committed to
3+
We really appreciate your contributions to the tools. We are committed to
44
fostering a welcoming community, please see our Code of Conduct, which can be found here:
55

66
- [Code of Conduct](./CODE_OF_CONDUCT.md)
77

88
There are several ways to contribute:
99

10-
- Raise an issue found via [GitHub Issues](https://github.com/ARMmbed/mbed-tools-ci-scripts/issues).
11-
- Open an [pull request](https://github.com/ARMmbed/mbed-tools-ci-scripts/pulls) to:
10+
- Raise an issue found via [GitHub Issues](https://github.com/ARMmbed/continuous-delivery-scripts/issues).
11+
- Open an [pull request](https://github.com/ARMmbed/continuous-delivery-scripts/pulls) to:
1212
- Provide a fix.
1313
- Add an enhancement feature.
1414
- Correct, update or add documentation.
15-
- Answering community questions on the [Mbed Forum](https://forums.mbed.com/).
15+
1616

1717
## How to Contribute Documentation or Code
1818

@@ -28,7 +28,7 @@ normal process to make a change is as follows:
2828
6. Submit a pull request.
2929

3030
We will review the proposed change as soon as we can and, if needed, give feedback. Please bear in mind that the tools
31-
for Mbed OS are complex and cover a large number of use cases. This means we may ask for changes not only to ensure
31+
are complex and cover a large number of use cases. This means we may ask for changes not only to ensure
3232
that the proposed change meets our quality criteria, but also to make sure the that the change is generally useful and
3333
doesn't impact other uses cases or maintainability.
3434

@@ -92,10 +92,4 @@ Emoji | Topic(s)
9292

9393
For more on the version number scheme please see the [ReadMe](./README.md).
9494

95-
## One Last Thing...
96-
97-
For us to accept your code contributions, we will need you to agree to our
98-
[Mbed Contributor Agreement](https://os.mbed.com/contributor_agreement/) to give us the necessary rights to use and
99-
distribute your contributions.
100-
10195
Thank you :smiley:

DEVELOPMENT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ export PATH=~/Library/Python/3.7/bin/:$PATH
4040
Clone GitHub repository
4141

4242
```bash
43-
git clone git@github.com:ARMmbed/mbed-tools-ci-scripts.git
43+
git clone git@github.com:ARMmbed/continuous-delivery-scripts.git
4444
```
4545

4646
Setup Pipenv to use Python 3 (Python 2 is not supported) and install package development dependencies:
4747

4848
```bash
49-
cd mbed-tools-ci-scripts/
49+
cd continuous-delivery-scripts/
5050
pipenv --three
5151
pipenv install --dev
5252
```
@@ -83,7 +83,7 @@ flake8
8383
Perform static type check:
8484

8585
```bash
86-
mypy -p mbed_tools_ci_scripts
86+
mypy -p continuous_delivery_scripts
8787
```
8888

8989
## Documenting code

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
graft mbed_tools_ci_scripts
1+
graft continuous-delivery-scripts
22
global-exclude *.py[cod] __pycache__ *.so
33
global-include *.spdx

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pytest = "*"
1616
pyfakefs = "*"
1717
pytest-cov = "*"
1818
wheel = "*"
19-
mbed-tools-ci-scripts = {editable = true, path = "."}
19+
continuous-delivery-scripts = {editable = true, path = "."}
20+
mbed-tools-ci-scripts = "*"
2021
pre-commit = "*"
2122

2223
[pipenv]

0 commit comments

Comments
 (0)