Skip to content

Commit f5d070b

Browse files
committed
merge in 2.2.0b1 changes
2 parents be7a8d7 + dd03927 commit f5d070b

File tree

24 files changed

+1200
-1205
lines changed

24 files changed

+1200
-1205
lines changed

.hgtags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,4 @@ ff92cc5d9359ee6c83e1a8338b363a9aa421d64c 2.0.0beta0
135135
0000000000000000000000000000000000000000 2.1.0b1
136136
013a2e3da452a5dcc05e15f4a03667a8d4bc0870 2.1.0b1
137137
cbc18a8bc61f120fc27df2a90d7c922b12bf9014 2.1.0
138+
b3ba03d2b214ce598d3a181f3b43b46c3406713f 2.2.0b1

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Python v2.5 and v2.6. Starting with the v1.6 releases of Roundup
1111
v2.7.2 or later are required to run newer releases of Roundup. From v2.0
1212
onwards Python 3.4 and later are also supported.
1313

14-
20xx-yy-zz 2.2.0
14+
2022-yy-zz 2.2.0
1515

1616
Fixed:
1717

COPYING.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Note links for http://www.zope.com/Marks and http://www.ekit.com/ are dead.
33
Roundup Licensing
44
-----------------
55

6-
Copyright (c) 2009-2021 Roundup-Team
6+
Copyright (c) 2009-2022 Roundup-Team
77
Copyright (c) 2003-2009 Richard Jones ([email protected])
88
Copyright (c) 2002 eKit.com Inc (http://www.ekit.com/)
99
Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ recursive-include share *
22
recursive-include roundup *.*
33
recursive-include frontends *.*
44
recursive-include scripts *.* *-*
5+
recursive-include scripts/Docker Dockerfile *.* *_*
56
recursive-include tools *.* base64
67
recursive-include test *.py *.txt
78
recursive-include doc *.html *.png *.txt *.css *.example

RELEASE.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,15 @@ Roundup release checklist:
3333
3a. Update license end date in COPYING.txt
3434
3b. Update doc/acknowledgements.txt (add section for
3535
release, churn contributers etc.). (Use hg churn -c -r ####..####)
36+
3637
4. Update documentation
3738
doc/announcement.txt
3839
doc/upgrading.txt
3940
4a. cd to website/www and run 'make linkcheck'. See output in
4041
_tmp/linkcheck/output.txt
4142
fix broken references in docs
4243
verify redirects are correct
44+
4345
5. Update setup.py info if needed (contacts, classifiers, etc.). When
4446
releasing check that Development Status matches release: stable,
4547
beta alpha etc.
@@ -70,6 +72,7 @@ Roundup release checklist:
7072
python3 setup.py build
7173

7274
(sdist generation will fail if this isn't done)
75+
7376
8. Rebuild documentation in "share/doc/roundup/html"
7477

7578
python3 setup.py build_doc
@@ -87,6 +90,7 @@ Roundup release checklist:
8790

8891
to create binary distributions in wheel format. (egg format is
8992
deprecated.)
93+
9094
10. Check the roundup.egg-info/SOURCES.txt to make sure that any new files are
9195
included. (use hg status --rev <last release or tag>:tip to list changed
9296
added and removed files. Last release e.g. 1.5.1 where tip is what would
@@ -101,7 +105,6 @@ Roundup release checklist:
101105
edit MANIFEST.in to include them. For format docs see
102106
https://packaging.python.org/guides/using-manifest-in/#using-manifest-in
103107
(Note: files under website/ shouldn't be in the manifest.)
104-
105108
10a: Check for removed files still in manifest:
106109

107110
hg status --rev 2.0.0:tip | sed -ne 's/^R //p' | while read i ; \
@@ -110,7 +113,6 @@ Roundup release checklist:
110113

111114
any file with a count of 2 or more needs to be removed from
112115
MANIFEST.in and possibly cleaned out of the build tree.
113-
114116
10b: if you added/removed files rebuild starting at step 6a.
115117

116118
11. Unpack the new tarball created in dist/roundup-<version>.tar.gz
@@ -120,11 +122,13 @@ Roundup release checklist:
120122
b) demo.py
121123
with all available Python versions.
122124
11a. (TBD how to test wheel binary distribution before uploading.)
125+
123126
12. Assuming all is well tag the release in the version-control
124127
system.
125128
a) hg tag 1.6.0 # use right version. Should create/commit a changeset
126129
b) hg push # update main repo
127130
c) hg sum # verify that the tag shows up
131+
128132
13. Upload source distribution to PyPI - requires you sign up for a
129133
pypi account and be added as a maintainer to roundup. Ask existing
130134
maintainer for access. You can do this two ways:

doc/acknowledgements.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,29 @@ ideas and everything else that helped!
1313
2.2
1414
---
1515

16-
2.2.0
17-
~~~~~
16+
2.2.0b1
17+
~~~~~~~
1818

1919
Maintainer: John Rouillard, Ralf Schlatterbeck
2020

2121
Release Manager: John Rouillard
2222

2323
Developer activity by changesets::
2424

25-
FIXME
25+
[email protected] 224 ************************************************
26+
27+
aburke 1
28+
29+
2630

2731
Other contributers
2832

2933
Marcus Priesch
34+
John Kristensen (jerrykan)
35+
Ashely Burke
36+
Nagy Gabor
37+
Norbert Schlemmer
38+
Thomas Arendsen Hein
3039

3140
2.1
3241
---

0 commit comments

Comments
 (0)