Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Graph for openSUSE:Factory 
checked in at 2021-03-18 22:54:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Graph (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Graph.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Graph"

Thu Mar 18 22:54:36 2021 rev:22 rq:879436 version:0.9718

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Graph/perl-Graph.changes    2021-01-28 
21:29:24.440283278 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Graph.new.2401/perl-Graph.changes  
2021-03-18 22:54:42.419515696 +0100
@@ -1,0 +2,9 @@
+Sun Mar 14 03:08:40 UTC 2021 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 0.9718
+   see /usr/share/doc/packages/perl-Graph/Changes
+
+  0.9718 2021-03-13
+  - remove doc of deleted average_degree method - thanks @lindleyw for report
+
+-------------------------------------------------------------------

Old:
----
  Graph-0.9717.tar.gz

New:
----
  Graph-0.9718.tar.gz

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

Other differences:
------------------
++++++ perl-Graph.spec ++++++
--- /var/tmp/diff_new_pack.6mqLi9/_old  2021-03-18 22:54:42.939516258 +0100
+++ /var/tmp/diff_new_pack.6mqLi9/_new  2021-03-18 22:54:42.943516262 +0100
@@ -18,7 +18,7 @@
 
 %define cpan_name Graph
 Name:           perl-Graph
-Version:        0.9717
+Version:        0.9718
 Release:        0
 Summary:        Graph data structures and algorithms
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ Graph-0.9717.tar.gz -> Graph-0.9718.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9717/Changes new/Graph-0.9718/Changes
--- old/Graph-0.9717/Changes    2021-01-27 17:27:35.000000000 +0100
+++ new/Graph-0.9718/Changes    2021-03-13 17:43:27.000000000 +0100
@@ -1,3 +1,6 @@
+0.9718 2021-03-13
+- remove doc of deleted average_degree method - thanks @lindleyw for report
+
 0.9717 2021-01-27
 - bulk APIs for UnionFind
 - add unionfind config option for util/grand.pl (benchmark-ish script)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9717/META.json new/Graph-0.9718/META.json
--- old/Graph-0.9717/META.json  2021-01-27 17:28:23.000000000 +0100
+++ new/Graph-0.9718/META.json  2021-03-13 17:44:27.000000000 +0100
@@ -68,6 +68,6 @@
          "web" : "https://github.com/graphviz-perl/Graph";
       }
    },
-   "version" : "0.9717",
+   "version" : "0.9718",
    "x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9717/META.yml new/Graph-0.9718/META.yml
--- old/Graph-0.9717/META.yml   2021-01-27 17:28:23.000000000 +0100
+++ new/Graph-0.9718/META.yml   2021-03-13 17:44:27.000000000 +0100
@@ -30,5 +30,5 @@
 resources:
   bugtracker: https://github.com/graphviz-perl/Graph/issues
   repository: git://github.com/graphviz-perl/Graph.git
-version: '0.9717'
+version: '0.9718'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9717/lib/Graph.pm 
new/Graph-0.9718/lib/Graph.pm
--- old/Graph-0.9717/lib/Graph.pm       2021-01-27 17:27:44.000000000 +0100
+++ new/Graph-0.9718/lib/Graph.pm       2021-03-13 17:43:13.000000000 +0100
@@ -14,7 +14,7 @@
 
 use Graph::AdjacencyMap qw(:flags :fields);
 
-our $VERSION = '0.9717';
+our $VERSION = '0.9718';
 
 require 5.006; # Weak references are absolutely required.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Graph-0.9717/lib/Graph.pod 
new/Graph-0.9718/lib/Graph.pod
--- old/Graph-0.9717/lib/Graph.pod      2021-01-10 01:04:51.000000000 +0100
+++ new/Graph-0.9718/lib/Graph.pod      2021-03-13 17:41:42.000000000 +0100
@@ -1447,13 +1447,6 @@
 For undirected graphs: the number of edges at the vertex (identical to
 C<in_degree()>, C<degree()>, C<vertex_degree()>).
 
-=item average_degree
-
-   my $ad = $g->average_degree;
-
-Return the average degree (as in C<degree()> or C<vertex_degree()>)
-taken over all vertices.
-
 =back
 
 Related methods are
@@ -1480,8 +1473,6 @@
 
 =back
 
-See also L</average_degree>.
-
 =head2 Counted Vertices
 
 I<Counted vertices> are vertices with more than one instance, normally

Reply via email to