Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package trytond_purchase_request for 
openSUSE:Factory checked in at 2023-11-13 22:21:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trytond_purchase_request (Old)
 and      /work/SRC/openSUSE:Factory/.trytond_purchase_request.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trytond_purchase_request"

Mon Nov 13 22:21:24 2023 rev:17 rq:1125409 version:6.0.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/trytond_purchase_request/trytond_purchase_request.changes
        2023-10-19 22:52:31.649765539 +0200
+++ 
/work/SRC/openSUSE:Factory/.trytond_purchase_request.new.17445/trytond_purchase_request.changes
     2023-11-13 22:25:03.988771370 +0100
@@ -1,0 +2,5 @@
+Sat Nov  4 10:12:38 UTC 2023 - Axel Braun <axel.br...@gmx.de>
+
+- Version 6.0.5 - Bugfix Release
+
+-------------------------------------------------------------------

Old:
----
  trytond_purchase_request-6.0.4.tar.gz
  trytond_purchase_request-6.0.4.tar.gz.asc

New:
----
  trytond_purchase_request-6.0.5.tar.gz
  trytond_purchase_request-6.0.5.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ trytond_purchase_request.spec ++++++
--- /var/tmp/diff_new_pack.926ONM/_old  2023-11-13 22:25:04.520790958 +0100
+++ /var/tmp/diff_new_pack.926ONM/_new  2023-11-13 22:25:04.524791105 +0100
@@ -19,7 +19,7 @@
 
 %define majorver 6.0
 Name:           trytond_purchase_request
-Version:        %{majorver}.4
+Version:        %{majorver}.5
 Release:        0
 
 URL:            http://www.tryton.org/

++++++ trytond_purchase_request-6.0.4.tar.gz -> 
trytond_purchase_request-6.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase_request-6.0.4/.readthedocs.yaml 
new/trytond_purchase_request-6.0.5/.readthedocs.yaml
--- old/trytond_purchase_request-6.0.4/.readthedocs.yaml        1970-01-01 
01:00:00.000000000 +0100
+++ new/trytond_purchase_request-6.0.5/.readthedocs.yaml        2023-08-06 
19:28:07.000000000 +0200
@@ -0,0 +1,7 @@
+version: 2
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3"
+sphinx:
+  configuration: modules/purchase_request/doc/conf.py
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase_request-6.0.4/CHANGELOG 
new/trytond_purchase_request-6.0.5/CHANGELOG
--- old/trytond_purchase_request-6.0.4/CHANGELOG        2023-02-17 
19:43:12.000000000 +0100
+++ new/trytond_purchase_request-6.0.5/CHANGELOG        2023-11-03 
18:55:27.000000000 +0100
@@ -1,3 +1,8 @@
+
+Version 6.0.5 - 2023-11-03
+--------------------------
+* Bug fixes (see mercurial logs for details)
+
 Version 6.0.4 - 2023-02-17
 --------------------------
 * Bug fixes (see mercurial logs for details)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase_request-6.0.4/PKG-INFO 
new/trytond_purchase_request-6.0.5/PKG-INFO
--- old/trytond_purchase_request-6.0.4/PKG-INFO 2023-02-17 19:43:15.952056600 
+0100
+++ new/trytond_purchase_request-6.0.5/PKG-INFO 2023-11-03 18:55:30.120936600 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond_purchase_request
-Version: 6.0.4
+Version: 6.0.5
 Summary: Tryton module for purchase requests
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
@@ -50,6 +50,9 @@
 Classifier: Topic :: Office/Business
 Requires-Python: >=3.6
 License-File: LICENSE
+Requires-Dist: trytond_purchase<6.1,>=6.0
+Requires-Dist: trytond_product<6.1,>=6.0
+Requires-Dist: trytond<6.1,>=6.0
 
 Purchase Request Module
 #######################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase_request-6.0.4/purchase_request.py 
new/trytond_purchase_request-6.0.5/purchase_request.py
--- old/trytond_purchase_request-6.0.4/purchase_request.py      2023-02-13 
23:29:52.000000000 +0100
+++ new/trytond_purchase_request-6.0.5/purchase_request.py      2023-10-18 
16:20:58.000000000 +0200
@@ -35,8 +35,7 @@
             'company': Eval('company', -1),
             },
         depends=['company'])
-    description = fields.Text('Description', readonly=True,
-        states=STATES, depends=DEPENDS)
+    description = fields.Text('Description', readonly=True)
     summary = fields.Function(fields.Char('Summary'), 'on_change_with_summary')
     party = fields.Many2One(
         'party.party', "Party", select=True, states=STATES,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trytond_purchase_request-6.0.4/tryton.cfg 
new/trytond_purchase_request-6.0.5/tryton.cfg
--- old/trytond_purchase_request-6.0.4/tryton.cfg       2023-02-05 
22:20:17.000000000 +0100
+++ new/trytond_purchase_request-6.0.5/tryton.cfg       2023-05-17 
23:03:30.000000000 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=6.0.4
+version=6.0.5
 depends:
     ir
     purchase
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_purchase_request-6.0.4/trytond_purchase_request.egg-info/PKG-INFO 
new/trytond_purchase_request-6.0.5/trytond_purchase_request.egg-info/PKG-INFO
--- 
old/trytond_purchase_request-6.0.4/trytond_purchase_request.egg-info/PKG-INFO   
    2023-02-17 19:43:15.000000000 +0100
+++ 
new/trytond_purchase_request-6.0.5/trytond_purchase_request.egg-info/PKG-INFO   
    2023-11-03 18:55:29.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: trytond-purchase-request
-Version: 6.0.4
+Version: 6.0.5
 Summary: Tryton module for purchase requests
 Home-page: http://www.tryton.org/
 Download-URL: http://downloads.tryton.org/6.0/
@@ -50,6 +50,9 @@
 Classifier: Topic :: Office/Business
 Requires-Python: >=3.6
 License-File: LICENSE
+Requires-Dist: trytond_purchase<6.1,>=6.0
+Requires-Dist: trytond_product<6.1,>=6.0
+Requires-Dist: trytond<6.1,>=6.0
 
 Purchase Request Module
 #######################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trytond_purchase_request-6.0.4/trytond_purchase_request.egg-info/SOURCES.txt
 
new/trytond_purchase_request-6.0.5/trytond_purchase_request.egg-info/SOURCES.txt
--- 
old/trytond_purchase_request-6.0.4/trytond_purchase_request.egg-info/SOURCES.txt
    2023-02-17 19:43:15.000000000 +0100
+++ 
new/trytond_purchase_request-6.0.5/trytond_purchase_request.egg-info/SOURCES.txt
    2023-11-03 18:55:30.000000000 +0100
@@ -1,3 +1,4 @@
+.readthedocs.yaml
 CHANGELOG
 COPYRIGHT
 LICENSE

Reply via email to