Update to upstream version 3.16.1
This commit is contained in:
parent
26691001ba
commit
a92ca47209
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/assertj-core-3.12.2.tar.gz
|
||||
/assertj-core-3.13.2.tar.gz
|
||||
/assertj-core-3.14.0.tar.gz
|
||||
/assertj-core-3.16.1.tar.gz
|
||||
|
@ -1,19 +1,19 @@
|
||||
Name: assertj-core
|
||||
Version: 3.14.0
|
||||
Version: 3.16.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library of assertions similar to fest-assert
|
||||
License: ASL 2.0
|
||||
URL: http://joel-costigliola.github.io/assertj/
|
||||
URL: https://joel-costigliola.github.io/assertj/
|
||||
Source0: https://github.com/joel-costigliola/assertj-core/archive/assertj-core-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(cglib:cglib-nodep)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(net.bytebuddy:byte-buddy)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
BuildRequires: mvn(org.opentest4j:opentest4j)
|
||||
|
||||
%description
|
||||
A rich and intuitive set of strongly-typed assertions to use for unit testing
|
||||
@ -38,6 +38,10 @@ This package provides API documentation for %{name}.
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
%pom_remove_plugin :yuicompressor-maven-plugin
|
||||
%pom_remove_plugin :bnd-maven-plugin
|
||||
%pom_remove_plugin :bnd-resolver-maven-plugin
|
||||
%pom_remove_plugin :maven-antrun-plugin
|
||||
%pom_remove_plugin :maven-jar-plugin
|
||||
|
||||
# package org.mockito.internal.util.collections does not exist
|
||||
rm -rf ./src/test/java/org/assertj/core/error/ShouldContainString_create_Test.java
|
||||
@ -60,6 +64,9 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jul 29 2020 Marian Koncek <mkoncek@redhat.com> - 3.16.1-1
|
||||
- Update to upstream version 3.16.1
|
||||
|
||||
* Wed Nov 20 2019 Marian Koncek <mkoncek@redhat.com> - 3.14.0-1
|
||||
- Update to upstream version 3.14.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (assertj-core-3.14.0.tar.gz) = 04352ee72a0bb8e04713e9a7a0242518b911b0eabf293f690086f764dec56d2fcee91252b7aca96d69bfd40405b2f3ccc38f5f20693bbe3f7e0ddcaf1f46932b
|
||||
SHA512 (assertj-core-3.16.1.tar.gz) = 64f5adf092122a7d20e6af77407b767654b483324b8d86cfe83951ffda5b405ccde47c317f75517903c97bba3986f659ec0546a698a297a66d1432229b56359b
|
||||
|
Loading…
Reference in New Issue
Block a user