Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2019-06-19 21:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sass (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sass.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sass"

Wed Jun 19 21:01:01 2019 rev:51 rq:706023 version:3.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes        
2019-01-21 10:55:01.887679689 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new.4811/rubygem-sass.changes      
2019-06-19 21:01:02.766120636 +0200
@@ -1,0 +2,6 @@
+Sun May  5 09:44:40 UTC 2019 - Stephan Kulow <co...@suse.com>
+
+- updated to version 3.7.4
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  sass-3.7.3.gem

New:
----
  sass-3.7.4.gem

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

Other differences:
------------------
++++++ rubygem-sass.spec ++++++
--- /var/tmp/diff_new_pack.llxhof/_old  2019-06-19 21:01:03.762121472 +0200
+++ /var/tmp/diff_new_pack.llxhof/_new  2019-06-19 21:01:03.762121472 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-sass
-Version:        3.7.3
+Version:        3.7.4
 Release:        0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-Url:            http://sass-lang.com/
+Url:            https://sass-lang.com/
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        A powerful but elegant CSS compiler that makes CSS fun again

++++++ sass-3.7.3.gem -> sass-3.7.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CODE_OF_CONDUCT.md new/CODE_OF_CONDUCT.md
--- old/CODE_OF_CONDUCT.md      2019-01-04 20:29:42.000000000 +0100
+++ new/CODE_OF_CONDUCT.md      2019-04-04 02:49:58.000000000 +0200
@@ -7,4 +7,4 @@
 
 [The full community guidelines can be found on the Sass website.][link]
 
-[link]: http://sass-lang.com/community-guidelines
+[link]: https://sass-lang.com/community-guidelines
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2019-01-04 20:29:42.000000000 +0100
+++ new/CONTRIBUTING.md 2019-04-04 02:49:58.000000000 +0200
@@ -1,6 +1,6 @@
 Contributions are welcomed. Please see the following site for guidelines:
 
-[http://sass-lang.com/community#Contribute](http://sass-lang.com/community#Contribute)
+[https://sass-lang.com/community#Contribute](https://sass-lang.com/community#Contribute)
 
 * [Branches](#main-development-branches)
   * [Feature Branches](#feature-branches)
@@ -100,7 +100,7 @@
 between public and private APIs and we need to be able to freely refactor our
 code.
 
-[Sass::Engine]: http://sass-lang.com/documentation/Sass/Engine.html
+[Sass::Engine]: https://sass-lang.com/documentation/Sass/Engine.html
 
 ### Making Breaking Changes
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2019-01-04 20:29:42.000000000 +0100
+++ new/README.md       2019-04-04 02:49:58.000000000 +0200
@@ -1,11 +1,9 @@
-## Ruby Sass is Deprecated!
+## Ruby Sass Has Reached End-of-Life
 
-Ruby Sass is in a sunset period where only critical bugs and CSS compatibility
-issues will be fixed. It will be completely unmaintained as of 26 March 2019.
-See [the Sass website][] for details, and consider switching to the [`sassc`
-gem][]
+Ruby Sass should no longer be used, and will no longer be receiving any 
updates.
+See [the Sass blog][], and consider switching to the [`sassc` gem].
 
-[the Sass website]: https://sass-lang.com/ruby-sass
+[the Sass blog]: https://sass-lang.com/blog/posts/7828841
 [`sassc` gem]: https://rubygems.org/gems/sassc
 
 # Sass [![Travis Build 
Status](https://travis-ci.org/sass/ruby-sass.svg?branch=next)](https://travis-ci.org/sass/ruby-sass)
 [![Gem 
Version](https://badge.fury.io/rb/sass.svg)](http://badge.fury.io/rb/sass) 
[![Inline 
docs](http://inch-ci.org/github/sass/sass.svg)](http://inch-ci.org/github/sass/sass)
@@ -54,7 +52,7 @@
 where they'll be automatically compiled
 to corresponding CSS files in `public/stylesheets` when needed
 (the Sass template directory is customizable...
-see [the Sass 
reference](http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#template_location-option)
 for details).
+see [the Sass 
reference](https://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#template_location-option)
 for details).
 
 Sass can also be used with any Rack-enabled web framework.
 To do so, just add
@@ -69,7 +67,7 @@
 will be compiled into CSS files in `public/stylesheets` on every request.
 
 To use Sass programmatically,
-check out the [YARD 
documentation](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#using_sass).
+check out the [YARD 
documentation](https://sass-lang.com/documentation/file.SASS_REFERENCE.html#using_sass).
 
 ## Formatting
 
@@ -83,10 +81,10 @@
 particularly with the help of
 [the Compass style library](http://compass-style.org).
 
-[vars]:    
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#variables_
-[nested]:  
http://sass-lang.com/documentation/file.SASS_REFERENCE.html#nested_rules
-[mixins]:  http://sass-lang.com/documentation/file.SASS_REFERENCE.html#mixins
-[imports]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#import
+[vars]:    
https://sass-lang.com/documentation/file.SASS_REFERENCE.html#variables_
+[nested]:  
https://sass-lang.com/documentation/file.SASS_REFERENCE.html#nested_rules
+[mixins]:  https://sass-lang.com/documentation/file.SASS_REFERENCE.html#mixins
+[imports]: https://sass-lang.com/documentation/file.SASS_REFERENCE.html#import
 
 Sass has two syntaxes.
 The one presented here, known as "SCSS" (for "Sassy CSS"),
@@ -95,7 +93,7 @@
 is whitespace-sensitive and indentation-based.
 For more information, see the [reference documentation][syntax].
 
-[syntax]: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax
+[syntax]: https://sass-lang.com/documentation/file.SASS_REFERENCE.html#syntax
 
 To run the following examples and see the CSS they produce,
 put them in a file called `test.scss` and run `sass test.scss`.
@@ -170,7 +168,7 @@
 ```
 
 A comprehensive list of features is available
-in the [Sass 
reference](http://sass-lang.com/documentation/file.SASS_REFERENCE.html).
+in the [Sass 
reference](https://sass-lang.com/documentation/file.SASS_REFERENCE.html).
 
 ## Executables
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION new/VERSION
--- old/VERSION 2019-01-04 20:29:42.000000000 +0100
+++ new/VERSION 2019-04-04 02:49:58.000000000 +0200
@@ -1 +1 @@
-3.7.3
+3.7.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/VERSION_DATE new/VERSION_DATE
--- old/VERSION_DATE    2019-01-04 20:29:42.000000000 +0100
+++ new/VERSION_DATE    2019-04-04 02:49:58.000000000 +0200
@@ -1 +1 @@
-04 January 2019 19:29:42 UTC
+04 April 2019 00:49:58 UTC
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/sass/script/tree/operation.rb 
new/lib/sass/script/tree/operation.rb
--- old/lib/sass/script/tree/operation.rb       2019-01-04 20:29:42.000000000 
+0100
+++ new/lib/sass/script/tree/operation.rb       2019-04-04 02:49:58.000000000 
+0200
@@ -111,7 +111,7 @@
       @@color_arithmetic_deprecation.warn(filename, line, <<WARNING)
 The operation `#{value1} #{@operator} #{value2}` is deprecated and will be an 
error in future versions.
 Consider using Sass's color functions instead.
-http://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions
+https://sass-lang.com/documentation/Sass/Script/Functions.html#other_color_functions
 WARNING
     end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2019-01-04 20:29:42.000000000 +0100
+++ new/metadata        2019-04-04 02:49:58.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: sass
 version: !ruby/object:Gem::Version
-  version: 3.7.3
+  version: 3.7.4
 platform: ruby
 authors:
 - Natalie Weizenbaum
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2019-01-04 00:00:00.000000000 Z
+date: 2019-04-04 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: sass-listen
@@ -243,14 +243,14 @@
 - lib/sass/util/test.rb
 - lib/sass/version.rb
 - rails/init.rb
-homepage: http://sass-lang.com/
+homepage: https://sass-lang.com/
 licenses:
 - MIT
 metadata:
   source_code_uri: https://github.com/sass/ruby-sass
 post_install_message: |2+
 
-  Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
+  Ruby Sass has reached end-of-life and should no longer be used.
 
   * If you use Sass as a command-line tool, we recommend using Dart Sass, the 
new
     primary implementation: https://sass-lang.com/install
@@ -259,7 +259,7 @@
     sassc gem: https://github.com/sass/sassc-ruby#readme
 
   * For more details, please refer to the Sass blog:
-    http://sass.logdown.com/posts/7081811
+    https://sass-lang.com/blog/posts/7828841
 
 rdoc_options: []
 require_paths:
@@ -276,7 +276,7 @@
       version: '0'
 requirements: []
 rubyforge_project: sass
-rubygems_version: 2.7.7
+rubygems_version: 2.6.14
 signing_key: 
 specification_version: 4
 summary: A powerful but elegant CSS compiler that makes CSS fun again.


Reply via email to