File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ python3-caso (4.2.0-1) stable; urgency=medium
2
+
3
+ [ Enol Fernandez ]
4
+ * [c1df014] fix: use POSIX timestamps for SSM cloud records
5
+
6
+ [ Alvaro Lopez Garcia ]
7
+ * [0135a74] Render JSON dates as timestamp integers
8
+ * [40eba2b] Do not render records using .dict() but usin JSON
9
+ * [d2f2b45] Include type annotations on fixtures
10
+ * [9667bfc] Records must implement an SSM rendering by themselves
11
+ * Add unit testing for SSM messenger and records
12
+
13
+ -- Alvaro Lopez Garcia <
[email protected] > Wed, 07 Jun 2023 10:09:11 +0200
14
+
1
15
python3-caso (4.1.1-1) stable; urgency=medium
2
16
3
17
* [a74fb28] Remove duplicated option
Original file line number Diff line number Diff line change @@ -60,6 +60,12 @@ mv %{buildroot}/usr/etc/ %{buildroot}/etc
60
60
%exclude /etc/caso/caso-config-generator.conf
61
61
62
62
%changelog
63
+ *
Wed Jun 06 2023 Alvaro Lopez Garcia <[email protected] > 4.2.0
64
+ - fix: use POSIX timestamps for SSM cloud records
65
+ - Render JSON dates as timestamp integers
66
+ - Do not render records using .dict() but usin JSON
67
+ - Include type annotations on fixtures
68
+ - Records must implement an SSM rendering by themselves
63
69
*
Mon Apr 10 2023 Alvaro Lopez Garcia <[email protected] > 4.1.0
64
70
- Remove duplicated option
65
71
- Let operators mark projects directly on keystone
You can’t perform that action at this time.
0 commit comments