File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1- 3.12.5.dev0
2- Change handling of strings in metadata for transition from Python 2 to 3.
1+ 3.12.5
2+ Sort properties alphabetically when recording, ensuring stability when
3+ playing back and re-recording.
34
4- WARNING: If updating to this version, you must expect a large diff in your
5- repository on the next call to zoperecord.
5+ Consequently use relative paths and os.path.join, fixing #15.
6+
7+ Change handling of strings in metadata for transition from Python 2 to 3.
68
79 * Properties that were stored as bytes in Python 2 and are stored as Unicode
810 in Python 3 are now recorded using UTF-8 literals instead of their 7-bit
1517
1618 * Metadata recording no longer attempts to split long lines.
1719
20+ WARNING: If updating to this version, you must expect a large diff in your
21+ repository on the next call to zoperecord.
22+
18233.12.4
1924 Provide a wrapper to apply patches and play back the affected objects.
2025
Original file line number Diff line number Diff line change 44
55from setuptools import setup
66setup (name = 'perfact-zodbsync' ,
7- version = '3.12.4 ' ,
7+ version = '3.12.5 ' ,
88 description = 'Zope Recorder and Playback' ,
99 long_description = ''' ''' ,
1010 author = 'Ján Jockusch et.al.' ,
You can’t perform that action at this time.
0 commit comments